Searched refs:fsblkno (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/core/fs/xfs/
H A Dxfs_readdir.c282 block_t fsblkno; local
304 fsblkno = fsblock_to_bytes(fs, irec.br_startblock) >> BLOCK_SHIFT(fs);
306 node = (xfs_da_intnode_t *)xfs_dir2_dirblks_get_cached(fs, fsblkno, 1);
317 fsblkno = be32_to_cpu(node->btree[XFS_PVT(inode)->i_btree_offset].before);
318 fsblkno = xfs_dir2_get_right_blk(fs, core, fsblkno, &error);
324 leaf = (xfs_dir2_leaf_t*)xfs_dir2_dirblks_get_cached(fs, fsblkno, 1);
354 fsblkno = xfs_dir2_get_right_blk(fs, core, db, &error);
360 buf = xfs_dir2_dirblks_get_cached(fs, fsblkno, 1);
H A Dxfs_dir2.c515 block_t fsblkno, int *error)
535 if (fsblkno >= irec.br_startoff &&
536 fsblkno < irec.br_startoff + irec.br_blockcount)
547 select_child(fsblkno, kp, pp,
559 select_child(fsblkno, kp, pp,
570 if (fsblkno >= irec.br_startoff &&
571 fsblkno < irec.br_startoff + irec.br_blockcount) {
583 if (fsblkno < irec.br_startoff ||
584 fsblkno >= irec.br_startoff + irec.br_blockcount)
588 fsblkno
514 xfs_dir2_get_right_blk(struct fs_info *fs, xfs_dinode_t *core, block_t fsblkno, int *error) argument
595 block_t fsblkno; local
[all...]
H A Dxfs_dir2.h33 block_t fsblkno, int *error);

Completed in 77 milliseconds