Home
last modified time | relevance | path

Searched defs:xfs_dir_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2.h32 struct xfs_dir_ops { struct
33 int (*sf_entsize)(struct xfs_dir2_sf_hdr *hdr, int len);
35 (*sf_nextentry)(struct xfs_dir2_sf_hdr *hdr,
37 uint8_t (*sf_get_ftype)(struct xfs_dir2_sf_entry *sfep);
38 void (*sf_put_ftype)(struct xfs_dir2_sf_entry *sfep,
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,
49 int (*data_entsize)(int len);
[all …]