sfh 40 fs/ceph/export.c struct ceph_nfs_snapfh *sfh = (void *)rawfh; sfh 61 fs/ceph/export.c sfh->parent_ino = ceph_ino(dir); sfh 62 fs/ceph/export.c sfh->hash = ceph_dentry_hash(dir, dentry); sfh 72 fs/ceph/export.c sfh->parent_ino = sfh->ino; sfh 73 fs/ceph/export.c sfh->hash = 0; sfh 75 fs/ceph/export.c sfh->ino = ceph_ino(inode); sfh 76 fs/ceph/export.c sfh->snapid = snapid; sfh 185 fs/ceph/export.c struct ceph_nfs_snapfh *sfh, sfh 197 fs/ceph/export.c vino.ino = sfh->parent_ino; sfh 198 fs/ceph/export.c if (sfh->snapid == CEPH_SNAPDIR) sfh 200 fs/ceph/export.c else if (sfh->ino == sfh->parent_ino) sfh 203 fs/ceph/export.c vino.snap = sfh->snapid; sfh 205 fs/ceph/export.c vino.ino = sfh->ino; sfh 206 fs/ceph/export.c vino.snap = sfh->snapid; sfh 223 fs/ceph/export.c if (!want_parent && sfh->ino != sfh->parent_ino) { sfh 225 fs/ceph/export.c cpu_to_le64(sfh->parent_ino); sfh 227 fs/ceph/export.c cpu_to_le32(sfh->hash); sfh 255 fs/ceph/export.c vino.ino, vino.snap, sfh->parent_ino, sfh->hash, err); sfh 273 fs/ceph/export.c struct ceph_nfs_snapfh *sfh = (void *)fid->raw; sfh 274 fs/ceph/export.c return __snapfh_to_dentry(sb, sfh, false); sfh 391 fs/ceph/export.c struct ceph_nfs_snapfh *sfh = (void *)fid->raw; sfh 392 fs/ceph/export.c return __snapfh_to_dentry(sb, sfh, true); sfh 764 fs/xfs/libxfs/xfs_dir2_block.c xfs_dir2_sf_hdr_t sfh; /* shortform header */ sfh 816 fs/xfs/libxfs/xfs_dir2_block.c size = xfs_dir2_block_sfsize(dp, hdr, &sfh); sfh 823 fs/xfs/libxfs/xfs_dir2_block.c return xfs_dir2_block_to_sf(args, bp, size, &sfh); sfh 912 fs/xfs/libxfs/xfs_dir2_block.c xfs_dir2_sf_hdr_t sfh; /* shortform header */ sfh 1030 fs/xfs/libxfs/xfs_dir2_block.c size = xfs_dir2_block_sfsize(dp, hdr, &sfh); sfh 1034 fs/xfs/libxfs/xfs_dir2_block.c return xfs_dir2_block_to_sf(args, dbp, size, &sfh);