Searched refs:xfs_dir2_sf_hdr (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 161 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, 163 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr); 164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino); 168 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep); 170 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp); 180 struct xfs_dir2_sf_hdr *hdr, int len); 181 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_disk_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_disk_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_to_block()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | readdir.c | 39 struct xfs_dir2_sf_hdr *sfp; in xchk_dir_walk_sf() 48 sfp = (struct xfs_dir2_sf_hdr *)dp->i_df.if_u1.if_data; in xchk_dir_walk_sf()
|