Searched refs:xfs_dir2_sf_hdr (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 160 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, 162 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr); 163 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino); 167 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep); 169 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp); 179 struct xfs_dir2_sf_hdr *hdr, int len); 180 void xfs_dir2_sf_put_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
|
D | xfs_dir2_sf.c | 43 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize() 59 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry() 74 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino() 90 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino() 109 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino() 118 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino() 261 struct xfs_dir2_sf_hdr *sfhp) /* shortform directory hdr */ in xfs_dir2_block_to_sf() 268 struct xfs_dir2_sf_hdr *sfp; /* shortform directory header */ in xfs_dir2_block_to_sf() 382 ASSERT(dp->i_d.di_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_addname() 714 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_verify() [all …]
|
D | xfs_da_format.h | 203 typedef struct xfs_dir2_sf_hdr { struct 224 return sizeof(struct xfs_dir2_sf_hdr) - in xfs_dir2_sf_hdr_size() argument 241 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_firstentry()
|
D | xfs_dir2.h | 16 struct xfs_dir2_sf_hdr;
|
D | xfs_dir2_block.c | 1100 ASSERT(dp->i_d.di_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_to_block()
|