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.c311 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 …]
Dxfs_dir2.h28 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()
Dxfs_dir2_data.c248 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()
Dxfs_dir2_priv.h55 xfs_dir2_data_freeinsert(struct xfs_dir2_data_hdr *hdr,
121 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
Dxfs_da_format.h343 typedef struct xfs_dir2_data_hdr { struct
Dxfs_dir2_block.c174 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_need_space()
287 struct xfs_dir2_data_hdr *hdr, in xfs_dir2_block_compact()
Dxfs_dir2_leaf.c1622 struct xfs_dir2_data_hdr *hdr = dbp->b_addr; in xfs_dir2_leaf_trim_data()
Dxfs_dir2_node.c1071 struct xfs_dir2_data_hdr *hdr, in xfs_dir3_data_block_free()