Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_format.c291 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 …]
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.c22 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 …]
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.c160 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_need_space()
273 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_compact()
Dxfs_dir2_node.c1115 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()
Dxfs_dir2_leaf.c573 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()