Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_da_format.c25 int count = sizeof(struct xfs_dir2_sf_entry); /* namelen + offset */ in xfs_dir2_sf_entsize()
40 static struct xfs_dir2_sf_entry *
43 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry()
45 return (struct xfs_dir2_sf_entry *) in xfs_dir2_sf_nextentry()
49 static struct xfs_dir2_sf_entry *
52 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sf_nextentry()
54 return (struct xfs_dir2_sf_entry *) in xfs_dir3_sf_nextentry()
67 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sfe_get_ftype()
74 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sfe_put_ftype()
82 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.c622 struct xfs_dir2_sf_entry *sfep; in xfs_dir2_sf_verify()
623 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify()