Searched refs:xfs_dir2_sf_hdr (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/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 | 22 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize() 34 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_entsize() 42 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry() 51 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_nextentry() 111 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino() 122 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino() 136 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino() 143 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino() 157 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sfe_get_ino() 165 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 | 621 struct xfs_dir2_sf_hdr *sfp; in xfs_dir2_sf_verify() 643 sfp = (struct xfs_dir2_sf_hdr *)ifp->if_u1.if_data; in xfs_dir2_sf_verify() 649 if (size <= offsetof(struct xfs_dir2_sf_hdr, parent) || in xfs_dir2_sf_verify()
|