Home
last modified time | relevance | path

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

/openbmc/linux/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);
182 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
184 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
H A Dxfs_dir2_sf.c48 count += sizeof(struct xfs_dir2_sf_entry); /* namelen + offset */ in xfs_dir2_sf_entsize()
56 struct xfs_dir2_sf_entry *
60 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_nextentry()
75 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_get_ino()
91 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sf_put_ino()
136 struct xfs_dir2_sf_entry *sfep) in xfs_dir2_sf_get_ftype()
151 struct xfs_dir2_sf_entry *sfep, in xfs_dir2_sf_put_ftype()
267 struct xfs_dir2_sf_entry *sfep; /* shortform entry */ in xfs_dir2_block_to_sf()
715 struct xfs_dir2_sf_entry *sfep; in xfs_dir2_sf_verify()
716 struct xfs_dir2_sf_entry *next_sfep; in xfs_dir2_sf_verify()
H A Dxfs_da_format.h209 typedef struct xfs_dir2_sf_entry { struct
240 static inline struct xfs_dir2_sf_entry *
243 return (struct xfs_dir2_sf_entry *) in xfs_dir2_sf_firstentry()
H A Dxfs_dir2.h17 struct xfs_dir2_sf_entry;
/openbmc/linux/fs/xfs/scrub/
H A Dreaddir.c38 struct xfs_dir2_sf_entry *sfep; in xchk_dir_walk_sf()