Home
last modified time | relevance | path

Searched refs:xfs_dir2_sf_entry (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.c28 int count = sizeof(struct xfs_dir2_sf_entry); /* namelen + offset */ in xfs_dir2_sf_entsize()
43 static struct xfs_dir2_sf_entry *
46 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry()
48 return (struct xfs_dir2_sf_entry *) in xfs_dir2_sf_nextentry()
52 static struct xfs_dir2_sf_entry *
55 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sf_nextentry()
57 return (struct xfs_dir2_sf_entry *) in xfs_dir3_sf_nextentry()
70 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sfe_get_ftype()
77 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sfe_put_ftype()
85 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sfe_get_ftype()
[all …]
Dxfs_dir2.h17 struct xfs_dir2_sf_entry;
34 struct xfs_dir2_sf_entry *
36 struct xfs_dir2_sf_entry *sfep);
37 uint8_t (*sf_get_ftype)(struct xfs_dir2_sf_entry *sfep);
38 void (*sf_put_ftype)(struct xfs_dir2_sf_entry *sfep,
41 struct xfs_dir2_sf_entry *sfep);
43 struct xfs_dir2_sf_entry *sfep,
Dxfs_da_format.h222 typedef struct xfs_dir2_sf_entry { struct
253 static inline struct xfs_dir2_sf_entry *
256 return (struct xfs_dir2_sf_entry *) in xfs_dir2_sf_firstentry()
Dxfs_dir2_sf.c625 struct xfs_dir2_sf_entry *sfep; in xfs_dir2_sf_verify()
626 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify()