Searched refs:xfs_dir2_data_hdr (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_da_format.c | 291 	struct xfs_dir2_data_hdr *hdr)  in xfs_dir2_data_dot_entry_p()294 		((char *)hdr + sizeof(struct xfs_dir2_data_hdr));  in xfs_dir2_data_dot_entry_p()
 299 	struct xfs_dir2_data_hdr *hdr)  in xfs_dir2_data_dotdot_entry_p()
 302 		((char *)hdr + sizeof(struct xfs_dir2_data_hdr) +  in xfs_dir2_data_dotdot_entry_p()
 308 	struct xfs_dir2_data_hdr *hdr)  in xfs_dir2_data_first_entry_p()
 311 		((char *)hdr + sizeof(struct xfs_dir2_data_hdr) +  in xfs_dir2_data_first_entry_p()
 318 	struct xfs_dir2_data_hdr *hdr)  in xfs_dir2_ftype_data_dotdot_entry_p()
 321 		((char *)hdr + sizeof(struct xfs_dir2_data_hdr) +  in xfs_dir2_ftype_data_dotdot_entry_p()
 327 	struct xfs_dir2_data_hdr *hdr)  in xfs_dir2_ftype_data_first_entry_p()
 330 		((char *)hdr + sizeof(struct xfs_dir2_data_hdr) +  in xfs_dir2_ftype_data_first_entry_p()
 [all …]
 
 | 
| D | xfs_dir2.h | 18 struct xfs_dir2_data_hdr;55 		(*data_bestfree_p)(struct xfs_dir2_data_hdr *hdr);
 63 		(*data_dot_entry_p)(struct xfs_dir2_data_hdr *hdr);
 65 		(*data_dotdot_entry_p)(struct xfs_dir2_data_hdr *hdr);
 67 		(*data_first_entry_p)(struct xfs_dir2_data_hdr *hdr);
 69 		(*data_entry_p)(struct xfs_dir2_data_hdr *hdr);
 71 		(*data_unused_p)(struct xfs_dir2_data_hdr *hdr);
 148 		struct xfs_dir2_data_hdr *hdr, int *loghead);
 150 		struct xfs_dir2_data_hdr *hdr, int *loghead);
 166 		struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,
 [all …]
 
 | 
| D | xfs_dir2_data.c | 22 		struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,274 	struct xfs_dir2_data_hdr *hdr = bp->b_addr;  in xfs_dir3_data_reada_verify()
 385 	struct xfs_dir2_data_hdr	*hdr,  in xfs_dir2_data_freefind_verify()
 444 	struct xfs_dir2_data_hdr *hdr,		/* data block header */  in xfs_dir2_data_freefind()
 480 	struct xfs_dir2_data_hdr *hdr,		/* data block pointer */  in xfs_dir2_data_freeinsert()
 524 	struct xfs_dir2_data_hdr *hdr,		/* data block header */  in xfs_dir2_data_freeremove()
 567 	struct xfs_dir2_data_hdr *hdr,  in xfs_dir2_data_freescan_int()
 621 	struct xfs_dir2_data_hdr *hdr,  in xfs_dir2_data_freescan()
 713 	struct xfs_dir2_data_hdr *hdr = bp->b_addr;  in xfs_dir2_data_log_entry()
 734 	struct xfs_dir2_data_hdr *hdr = bp->b_addr;  in xfs_dir2_data_log_header()
 [all …]
 
 | 
| D | xfs_dir2_priv.h | 43 xfs_dir2_data_freeinsert(struct xfs_dir2_data_hdr *hdr,112 		struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
 
 | 
| D | xfs_da_format.h | 312 typedef struct xfs_dir2_data_hdr {  struct
 | 
| D | xfs_dir2_block.c | 160 	struct xfs_dir2_data_hdr	*hdr,  in xfs_dir2_block_need_space()273 	struct xfs_dir2_data_hdr	*hdr,  in xfs_dir2_block_compact()
 
 | 
| D | xfs_dir2_node.c | 1115 	struct xfs_dir2_data_hdr *hdr,  in xfs_dir3_data_block_free()1629 	struct xfs_dir2_data_hdr *hdr;  in xfs_dir2_node_add_datablk()
 1854 	struct xfs_dir2_data_hdr *hdr;		/* data block header */  in xfs_dir2_node_addname_int()
 
 | 
| D | xfs_dir2_leaf.c | 573 	struct xfs_dir2_data_hdr *hdr;		/* data block header */  in xfs_dir2_leaf_addname()1578 	struct xfs_dir2_data_hdr *hdr = dbp->b_addr;  in xfs_dir2_leaf_trim_data()
 
 |