Lines Matching defs:sfp
1093 xfs_dir2_sf_hdr_t *sfp; /* shortform header */
1113 sfp = kmem_alloc(ifp->if_bytes, 0);
1114 memcpy(sfp, oldsfp, ifp->if_bytes);
1139 (sfp->count + 2) * (uint)sizeof(xfs_dir2_leaf_entry_t);
1155 btp->count = cpu_to_be32(sfp->count + 2); /* ., .. */
1187 dep->inumber = cpu_to_be64(xfs_dir2_sf_get_parent_ino(sfp));
1202 if (!sfp->count)
1205 sfep = xfs_dir2_sf_firstentry(sfp);
1238 dep->inumber = cpu_to_be64(xfs_dir2_sf_get_ino(mp, sfp, sfep));
1252 if (++i == sfp->count)
1255 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep);
1258 kmem_free(sfp);
1273 kmem_free(sfp);