Searched refs:xfs_dir2_sf_hdr (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A 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,
|
A 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() 714 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_verify() 728 sfp = (struct xfs_dir2_sf_hdr *)ifp->if_u1.if_data; in xfs_dir2_sf_verify() 734 if (size <= offsetof(struct xfs_dir2_sf_hdr, parent) || in xfs_dir2_sf_verify() 1023 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_replace_needblock() [all …]
|
A 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()
|
A D | xfs_dir2.h | 16 struct xfs_dir2_sf_hdr;
|
A D | xfs_dir2_block.c | 1100 ASSERT(dp->i_disk_size >= offsetof(struct xfs_dir2_sf_hdr, parent)); in xfs_dir2_sf_to_block()
|
Completed in 10 milliseconds