HomeSort by relevance Sort by last modified time
    Searched refs:startblock (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/syscalls/lseek/
lseek11.c 69 * SEEK from "startblock * block_size - offset", "whence" as the directive
71 * startblock * block_size - offset: as offset of lseek()
78 off_t startblock; member in struct:tparam
208 offset = (tp->startblock * block_size) + tp->offset;
220 "The %uth test failed: %s from startblock %ld offset %ld, expect \'%s\' return \'%s\'",
222 tp->startblock, tp->offset, tp->data ? tp->data : "", buf);
225 "The %uth test passed: %s from startblock %ld offset %ld",
227 tp->startblock, tp->offset);
  /system/extras/f2fs_utils/
f2fs_sparseblock.h 68 int run_on_used_blocks(u64 startblock, struct f2fs_info *info, int (*func)(u64 pos, void *data), void *data);
f2fs_sparseblock.c 488 int run_on_used_blocks(u64 startblock, struct f2fs_info *info, int (*func)(u64 pos, void *data), void *data) {
495 block = startblock;
  /external/syslinux/core/fs/xfs/
xfs_dir2.h 26 const void *xfs_dir2_dirblks_get_cached(struct fs_info *fs, block_t startblock,
xfs_dir2.c 69 static void *get_dirblks(struct fs_info *fs, block_t startblock,
84 p = (uint8_t *)get_cache(fs->fs_dev, startblock++);
92 const void *xfs_dir2_dirblks_get_cached(struct fs_info *fs, block_t startblock,
98 xfs_debug("fs %p startblock %llu (0x%llx) blkscount %lu", fs, startblock,
99 startblock, c);
102 buf = get_dirblks(fs, startblock, c);
104 dirblks_cache[dirblks_cached_count].dc_startblock = startblock;
118 buf = get_dirblks(fs, startblock, c);
121 startblock;
    [all...]

Completed in 94 milliseconds