Home
last modified time | relevance | path

Searched refs:xfs_dir2_sf_hdr (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2.h16 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,
Dxfs_da_format.c22 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 …]
Dxfs_da_format.h216 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()
Dxfs_dir2_priv.h112 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
Dxfs_dir2_sf.c621 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()