Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_format.c40 int count = sizeof(struct xfs_dir2_sf_entry); /* namelen + offset */ in xfs_dir2_sf_entsize()
56 static struct xfs_dir2_sf_entry *
59 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry()
61 return (struct xfs_dir2_sf_entry *) in xfs_dir2_sf_nextentry()
65 static struct xfs_dir2_sf_entry *
68 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sf_nextentry()
70 return (struct xfs_dir2_sf_entry *) in xfs_dir3_sf_nextentry()
83 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sfe_get_ftype()
90 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sfe_put_ftype()
98 struct xfs_dir2_sf_entry *sfep) in xfs_dir3_sfe_get_ftype()
[all …]
Dxfs_dir2.h27 struct xfs_dir2_sf_entry;
45 struct xfs_dir2_sf_entry *
47 struct xfs_dir2_sf_entry *sfep);
48 __uint8_t (*sf_get_ftype)(struct xfs_dir2_sf_entry *sfep);
49 void (*sf_put_ftype)(struct xfs_dir2_sf_entry *sfep,
52 struct xfs_dir2_sf_entry *sfep);
54 struct xfs_dir2_sf_entry *sfep,
Dxfs_da_format.h252 typedef struct xfs_dir2_sf_entry { struct
284 static inline struct xfs_dir2_sf_entry *
287 return (struct xfs_dir2_sf_entry *) in xfs_dir2_sf_firstentry()