Home
last modified time | relevance | path

Searched refs:xfs_dir2_data_unused (Results 1 – 13 of 13) sorted by relevance

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_dir2.h20 struct xfs_dir2_data_unused;
101 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup);
106 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
112 struct xfs_dir2_data_unused *dup);
Dxfs_dir2_data.c25 struct xfs_dir2_data_unused *dup,
179 struct xfs_dir2_data_unused *dup = bp->b_addr + offset; in __xfs_dir3_data_check()
488 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_freefind_verify()
547 struct xfs_dir2_data_unused *dup) /* unused space */ in xfs_dir2_data_freefind()
583 struct xfs_dir2_data_unused *dup, /* unused space */ in xfs_dir2_data_freeinsert()
689 struct xfs_dir2_data_unused *dup = addr + offset; in xfs_dir2_data_freescan()
728 struct xfs_dir2_data_unused *dup; in xfs_dir3_data_init()
1039 struct xfs_dir2_data_unused *dup, in xfs_dir2_data_check_free()
1065 struct xfs_dir2_data_unused *newdup) in xfs_dir2_data_check_new_free()
Dxfs_ondisk.h121 XFS_CHECK_OFFSET(struct xfs_dir2_data_unused, freetag, 0); in xfs_check_ondisk_structs()
122 XFS_CHECK_OFFSET(struct xfs_dir2_data_unused, length, 2); in xfs_check_ondisk_structs()
140 XFS_CHECK_STRUCT_SIZE(struct xfs_dir2_data_unused, 6); in xfs_check_ondisk_structs()
Dxfs_da_format.h365 typedef struct xfs_dir2_data_unused { struct
376 xfs_dir2_data_unused_tag_p(struct xfs_dir2_data_unused *dup) in xfs_dir2_data_unused_tag_p() argument
Dxfs_dir2_block.c200 struct xfs_dir2_data_unused **dupp, in xfs_dir2_block_need_space()
201 struct xfs_dir2_data_unused **enddupp, in xfs_dir2_block_need_space()
207 struct xfs_dir2_data_unused *dup = NULL; in xfs_dir2_block_need_space()
208 struct xfs_dir2_data_unused *enddup = NULL; in xfs_dir2_block_need_space()
Dxfs_dir2_priv.h88 struct xfs_dir2_data_free *bf, struct xfs_dir2_data_unused *dup,
Dxfs_dir2_sf.c289 struct xfs_dir2_data_unused *dup = bp->b_addr + offset; in xfs_dir2_block_to_sf()
Dxfs_dir2_leaf.c680 struct xfs_dir2_data_unused *dup; /* data unused entry */ in xfs_dir2_leaf_addname()
Dxfs_dir2_node.c1910 struct xfs_dir2_data_unused *dup; /* data unused entry pointer */ in xfs_dir2_node_addname_int()
/linux-6.14.4/fs/xfs/scrub/
Dreaddir.c111 struct xfs_dir2_data_unused *dup = bp->b_addr + off; in xchk_dir_walk_block()
200 struct xfs_dir2_data_unused *dup; in xchk_dir_walk_leaf()
Ddir.c391 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off; in xchk_dir_rec()
441 struct xfs_dir2_data_unused *dup) in xchk_directory_check_free_entry()
467 struct xfs_dir2_data_unused *dup; in xchk_directory_data_bestfree()
Ddir_repair.c481 struct xfs_dir2_data_unused *dup = bp->b_addr + offset; in xrep_dir_recover_data()
/linux-6.14.4/fs/xfs/
Dxfs_dir2_readdir.c182 struct xfs_dir2_data_unused *dup = bp->b_addr + offset; in xfs_dir2_block_getdents()