Searched refs:xfs_dir2_sf_hdr (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2.h | 16 struct xfs_dir2_sf_hdr; 33 int (*sf_entsize)(struct xfs_dir2_sf_hdr *hdr, int len); 35 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr, 40 xfs_ino_t (*sf_get_ino)(struct xfs_dir2_sf_hdr *hdr, 42 void (*sf_put_ino)(struct xfs_dir2_sf_hdr *hdr, 45 xfs_ino_t (*sf_get_parent_ino)(struct xfs_dir2_sf_hdr *hdr); 46 void (*sf_put_parent_ino)(struct xfs_dir2_sf_hdr *hdr,
|
D | xfs_da_format.c | 25 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize() 37 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_entsize() 45 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry() 54 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_nextentry() 114 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino() 125 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino() 139 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino() 146 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino() 160 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sfe_get_ino() 168 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sfe_put_ino() [all …]
|
D | xfs_da_format.h | 216 typedef struct xfs_dir2_sf_hdr { struct 237 return sizeof(struct xfs_dir2_sf_hdr) - in xfs_dir2_sf_hdr_size() argument 254 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_firstentry()
|
D | xfs_dir2_priv.h | 112 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
|
D | xfs_dir2_sf.c | 624 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_verify() 646 sfp = (struct xfs_dir2_sf_hdr *)ifp->if_u1.if_data; in xfs_dir2_sf_verify() 652 if (size <= offsetof(struct xfs_dir2_sf_hdr, parent) || in xfs_dir2_sf_verify()
|