Searched defs:xfs_dir_ops (Results 1 – 1 of 1) sorted by relevance
43 struct xfs_dir_ops { struct44 int (*sf_entsize)(struct xfs_dir2_sf_hdr *hdr, int len);46 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr,48 __uint8_t (*sf_get_ftype)(struct xfs_dir2_sf_entry *sfep);49 void (*sf_put_ftype)(struct xfs_dir2_sf_entry *sfep,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,60 int (*data_entsize)(int len);[all …]