Searched refs:sfep (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_priv.h | 163 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);
|
| H A D | xfs_attr_leaf.c | 1143 struct xfs_attr_sf_entry *sfep = xfs_attr_sf_firstentry(sfp); in xfs_attr_shortform_verify() local 1165 if (((char *)sfep + sizeof(*sfep)) >= endp) in xfs_attr_shortform_verify() 1169 if (sfep->namelen == 0) in xfs_attr_shortform_verify() 1177 next_sfep = xfs_attr_sf_nextentry(sfep); in xfs_attr_shortform_verify() 1186 if (sfep->flags & ~XFS_ATTR_NSP_ONDISK_MASK) in xfs_attr_shortform_verify() 1194 if (!xfs_attr_check_namespace(sfep->flags)) in xfs_attr_shortform_verify() 1197 sfep = next_sfep; in xfs_attr_shortform_verify() 1199 if ((void *)sfep != (void *)endp) in xfs_attr_shortform_verify()
|
| /linux/fs/xfs/scrub/ |
| H A D | dir_repair.c | 439 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() 518 struct xfs_dir2_sf_entry *sfep; in xrep_dir_recover_sf() local 532 sfep = xfs_dir2_sf_firstentry(hdr); in xrep_dir_recover_sf() 533 while ((unsigned char *)sfep < end) { in xrep_dir_recover_sf() 537 next = xfs_dir2_sf_nextentry(rd->sc->mp, hdr, sfep); in xrep_dir_recover_sf() 542 error = xrep_dir_salvage_sf_entry(rd, hdr, sfep); in xrep_dir_recover_sf() 546 sfep = next; in xrep_dir_recover_sf()
|