Home
last modified time | relevance | path

Searched refs:entno (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_sf.h21 uint8_t entno; /* entry number in original list */ member
H A Dxfs_da_btree.c2279 int entno; in xfs_da3_swap_lastblock() local
2393 for (entno = 0; in xfs_da3_swap_lastblock()
2394 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2395 be32_to_cpu(btree[entno].hashval) < dead_hash; in xfs_da3_swap_lastblock()
2396 entno++) in xfs_da3_swap_lastblock()
2398 if (XFS_IS_CORRUPT(mp, entno == par_hdr.count)) { in xfs_da3_swap_lastblock()
2402 par_blkno = be32_to_cpu(btree[entno].before); in xfs_da3_swap_lastblock()
2414 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2415 be32_to_cpu(btree[entno].before) != last_blkno; in xfs_da3_swap_lastblock()
2416 entno in xfs_da3_swap_lastblock()
[all...]
H A Dxfs_dir2_block.c31 int *entno);
678 int *entno) /* returned entry number */ in xfs_dir2_block_lookup_int()
752 *entno = mid; in xfs_dir2_block_lookup_int()
675 xfs_dir2_block_lookup_int( xfs_da_args_t *args, struct xfs_buf **bpp, int *entno) xfs_dir2_block_lookup_int() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_sf.h21 uint8_t entno; /* entry number in original list */ member
H A Dxfs_da_btree.c2291 int entno; in xfs_da3_swap_lastblock() local
2405 for (entno = 0; in xfs_da3_swap_lastblock()
2406 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2407 be32_to_cpu(btree[entno].hashval) < dead_hash; in xfs_da3_swap_lastblock()
2408 entno++) in xfs_da3_swap_lastblock()
2410 if (XFS_IS_CORRUPT(mp, entno == par_hdr.count)) { in xfs_da3_swap_lastblock()
2414 par_blkno = be32_to_cpu(btree[entno].before); in xfs_da3_swap_lastblock()
2426 entno < par_hdr.count && in xfs_da3_swap_lastblock()
2427 be32_to_cpu(btree[entno].before) != last_blkno; in xfs_da3_swap_lastblock()
2428 entno in xfs_da3_swap_lastblock()
[all...]
H A Dxfs_dir2_block.c31 int *entno);
678 int *entno) /* returned entry number */ in xfs_dir2_block_lookup_int()
752 *entno = mid; in xfs_dir2_block_lookup_int()
675 xfs_dir2_block_lookup_int( xfs_da_args_t *args, struct xfs_buf **bpp, int *entno) xfs_dir2_block_lookup_int() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_attr_list.c37 return sa->entno - sb->entno; in xfs_attr_shortform_compare()
132 sbp->entno = i; in xfs_attr_shortform_list()
145 * Sort the entries on hash then entno. in xfs_attr_shortform_list()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_attr_list.c38 return sa->entno - sb->entno; in xfs_attr_shortform_compare()
132 sbp->entno = i; in xfs_attr_shortform_list()
145 * Sort the entries on hash then entno. in xfs_attr_shortform_list()

Completed in 13 milliseconds