Home
last modified time | relevance | path

Searched refs:sfep (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h163 struct xfs_dir2_sf_entry *sfep);
167 struct xfs_dir2_sf_entry *sfep);
169 struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep);
184 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
186 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
/linux/fs/xfs/scrub/
H A Ddir_repair.c439 struct xfs_dir2_sf_entry *sfep) in xrep_dir_salvage_sf_entry() argument
443 ino = xfs_dir2_sf_get_ino(rd->sc->mp, sfp, sfep); in xrep_dir_salvage_sf_entry()
444 if (!xrep_dir_want_salvage(rd, sfep->name, sfep->namelen, ino)) in xrep_dir_salvage_sf_entry()
447 return xrep_dir_salvage_entry(rd, sfep->name, sfep->namelen, ino); in xrep_dir_salvage_sf_entry()
524 struct xfs_dir2_sf_entry *sfep; in xrep_dir_recover_sf() local
538 sfep = xfs_dir2_sf_firstentry(hdr); in xrep_dir_recover_sf()
539 while ((unsigned char *)sfep < end) { in xrep_dir_recover_sf()
543 next = xfs_dir2_sf_nextentry(rd->sc->mp, hdr, sfep); in xrep_dir_recover_sf()
548 error = xrep_dir_salvage_sf_entry(rd, hdr, sfep); in xrep_dir_recover_sf()
552 sfep = next; in xrep_dir_recover_sf()