Searched refs:xfs_dir2_data_hdr (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_da_format.c | 311 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_dot_entry_p() 314 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr)); in xfs_dir2_data_dot_entry_p() 319 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_dotdot_entry_p() 322 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_data_dotdot_entry_p() 328 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_first_entry_p() 331 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_data_first_entry_p() 338 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_ftype_data_dotdot_entry_p() 341 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_ftype_data_dotdot_entry_p() 347 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_ftype_data_first_entry_p() 350 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_ftype_data_first_entry_p() [all …]
|
D | xfs_dir2.h | 28 struct xfs_dir2_data_hdr; 66 (*data_bestfree_p)(struct xfs_dir2_data_hdr *hdr); 74 (*data_dot_entry_p)(struct xfs_dir2_data_hdr *hdr); 76 (*data_dotdot_entry_p)(struct xfs_dir2_data_hdr *hdr); 78 (*data_first_entry_p)(struct xfs_dir2_data_hdr *hdr); 80 (*data_entry_p)(struct xfs_dir2_data_hdr *hdr); 82 (*data_unused_p)(struct xfs_dir2_data_hdr *hdr); 161 struct xfs_dir2_data_hdr *hdr, int *loghead); 177 struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf, 306 xfs_dir2_block_tail_p(struct xfs_da_geometry *geo, struct xfs_dir2_data_hdr *hdr) in xfs_dir2_block_tail_p()
|
D | xfs_dir2_data.c | 248 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir3_data_reada_verify() 353 struct xfs_dir2_data_hdr *hdr, /* data block header */ in xfs_dir2_data_freefind() 424 struct xfs_dir2_data_hdr *hdr, /* data block pointer */ in xfs_dir2_data_freeinsert() 468 struct xfs_dir2_data_hdr *hdr, /* data block header */ in xfs_dir2_data_freeremove() 510 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_data_freescan() 653 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir2_data_log_entry() 674 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir2_data_log_header()
|
D | xfs_dir2_priv.h | 55 xfs_dir2_data_freeinsert(struct xfs_dir2_data_hdr *hdr, 121 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
|
D | xfs_da_format.h | 343 typedef struct xfs_dir2_data_hdr { struct
|
D | xfs_dir2_block.c | 174 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_need_space() 287 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_compact()
|
D | xfs_dir2_leaf.c | 1622 struct xfs_dir2_data_hdr *hdr = dbp->b_addr; in xfs_dir2_leaf_trim_data()
|
D | xfs_dir2_node.c | 1071 struct xfs_dir2_data_hdr *hdr, in xfs_dir3_data_block_free()
|