Searched refs:xfs_dir2_sf_hdr (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2.h | 26 struct xfs_dir2_sf_hdr; 44 int (*sf_entsize)(struct xfs_dir2_sf_hdr *hdr, int len); 46 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr, 51 xfs_ino_t (*sf_get_ino)(struct xfs_dir2_sf_hdr *hdr, 53 void (*sf_put_ino)(struct xfs_dir2_sf_hdr *hdr, 56 xfs_ino_t (*sf_get_parent_ino)(struct xfs_dir2_sf_hdr *hdr); 57 void (*sf_put_parent_ino)(struct xfs_dir2_sf_hdr *hdr,
|
D | xfs_da_format.c | 37 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_entsize() 50 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_entsize() 58 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_nextentry() 67 struct xfs_dir2_sf_hdr *hdr, in xfs_dir3_sf_nextentry() 127 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_get_ino() 138 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_ino() 152 struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_get_parent_ino() 159 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sf_put_parent_ino() 173 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sfe_get_ino() 182 struct xfs_dir2_sf_hdr *hdr, in xfs_dir2_sfe_put_ino() [all …]
|
D | xfs_da_format.h | 246 typedef struct xfs_dir2_sf_hdr { struct 267 return sizeof(struct xfs_dir2_sf_hdr) - in xfs_dir2_sf_hdr_size() argument 285 xfs_dir2_sf_firstentry(struct xfs_dir2_sf_hdr *hdr) in xfs_dir2_sf_firstentry()
|
D | xfs_dir2_priv.h | 121 struct xfs_dir2_data_hdr *block, struct xfs_dir2_sf_hdr *sfhp);
|