Home
last modified time | relevance | path

Searched refs:xfs_dir2_data_hdr (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.c294 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_dot_entry_p()
297 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr)); in xfs_dir2_data_dot_entry_p()
302 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_dotdot_entry_p()
305 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_data_dotdot_entry_p()
311 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_first_entry_p()
314 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_data_first_entry_p()
321 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_ftype_data_dotdot_entry_p()
324 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_ftype_data_dotdot_entry_p()
330 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_ftype_data_first_entry_p()
333 ((char *)hdr + sizeof(struct xfs_dir2_data_hdr) + in xfs_dir2_ftype_data_first_entry_p()
[all …]
Dxfs_dir2.h18 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 …]
Dxfs_dir2_data.c25 struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf,
280 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir3_data_reada_verify()
387 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_data_freefind_verify()
446 struct xfs_dir2_data_hdr *hdr, /* data block header */ in xfs_dir2_data_freefind()
482 struct xfs_dir2_data_hdr *hdr, /* data block pointer */ in xfs_dir2_data_freeinsert()
526 struct xfs_dir2_data_hdr *hdr, /* data block header */ in xfs_dir2_data_freeremove()
569 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_data_freescan_int()
623 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_data_freescan()
715 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir2_data_log_entry()
736 struct xfs_dir2_data_hdr *hdr = bp->b_addr; in xfs_dir2_data_log_header()
[all …]
Dxfs_dir2_priv.h43 xfs_dir2_data_freeinsert(struct xfs_dir2_data_hdr *hdr,
112 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
Dxfs_da_format.h312 typedef struct xfs_dir2_data_hdr { struct
Dxfs_dir2_block.c163 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_need_space()
276 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_compact()
Dxfs_dir2_leaf.c1642 struct xfs_dir2_data_hdr *hdr = dbp->b_addr; in xfs_dir2_leaf_trim_data()
Dxfs_dir2_node.c1120 struct xfs_dir2_data_hdr *hdr, in xfs_dir3_data_block_free()