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

  /external/syslinux/core/fs/xfs/
xfs_readdir.c 126 block_t dir_blk; local
143 dir_blk = fsblock_to_bytes(fs, r.br_startblock) >> BLOCK_SHIFT(fs);
145 dirblk_buf = xfs_dir2_dirblks_get_cached(fs, dir_blk, r.br_blockcount);
203 block_t leaf_blk, dir_blk; local
245 dir_blk = fsblock_to_bytes(fs, irec.br_startblock) >> BLOCK_SHIFT(fs);
247 buf = xfs_dir2_dirblks_get_cached(fs, dir_blk, irec.br_blockcount);
xfs_dir2.c 251 block_t dir_blk; local
266 dir_blk = fsblock_to_bytes(fs, r.br_startblock) >> BLOCK_SHIFT(fs);
268 dirblk_buf = xfs_dir2_dirblks_get_cached(fs, dir_blk, r.br_blockcount);
353 block_t leaf_blk, dir_blk; local
422 dir_blk = fsblock_to_bytes(parent->fs, irec.br_startblock) >>
425 buf = xfs_dir2_dirblks_get_cached(parent->fs, dir_blk, irec.br_blockcount);

Completed in 169 milliseconds