Searched refs:xfs_dir2_sf_entry (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h162 struct xfs_dir2_sf_entry *sfep);
166 struct xfs_dir2_sf_entry *sfep);
167 struct xfs_dir2_sf_entry *xfs_dir2_sf_nextentry(struct xfs_mount *mp,
168 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep);
183 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
185 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
H A Dxfs_dir2_sf.c48 count += sizeof(struct xfs_dir2_sf_entry); /* namelen + offset */
56 struct xfs_dir2_sf_entry *
60 struct xfs_dir2_sf_entry *sfep)
75 struct xfs_dir2_sf_entry *sfep)
91 struct xfs_dir2_sf_entry *sfep,
136 struct xfs_dir2_sf_entry *sfep)
151 struct xfs_dir2_sf_entry *sfep,
267 struct xfs_dir2_sf_entry *sfep; /* shortform entry */
703 struct xfs_dir2_sf_entry *sfep;
704 struct xfs_dir2_sf_entry *next_sfe
[all...]
H A Dxfs_da_format.h208 * single xfs_dir2_sf_hdr header followed by zero or more xfs_dir2_sf_entry
210 * length name field in the xfs_dir2_sf_entry all these structure are
220 typedef struct xfs_dir2_sf_entry { struct
251 static inline struct xfs_dir2_sf_entry *
254 return (struct xfs_dir2_sf_entry *)
H A Dxfs_dir2.h17 struct xfs_dir2_sf_entry;
/linux-master/fs/xfs/scrub/
H A Dreaddir.c38 struct xfs_dir2_sf_entry *sfep;

Completed in 143 milliseconds