Searched refs:sfh (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | export.c | 40 struct ceph_nfs_snapfh *sfh = (void *)rawfh; in ceph_encode_snapfh() local 61 sfh->parent_ino = ceph_ino(dir); in ceph_encode_snapfh() 62 sfh->hash = ceph_dentry_hash(dir, dentry); in ceph_encode_snapfh() 72 sfh->parent_ino = sfh->ino; in ceph_encode_snapfh() 73 sfh->hash = 0; in ceph_encode_snapfh() 75 sfh->ino = ceph_ino(inode); in ceph_encode_snapfh() 76 sfh->snapid = snapid; in ceph_encode_snapfh() 198 struct ceph_nfs_snapfh *sfh, in __snapfh_to_dentry() 210 vino.ino = sfh in __snapfh_to_dentry() 197 __snapfh_to_dentry(struct super_block *sb, struct ceph_nfs_snapfh *sfh, bool want_parent) __snapfh_to_dentry() argument 290 struct ceph_nfs_snapfh *sfh = (void *)fid->raw; ceph_fh_to_dentry() local 408 struct ceph_nfs_snapfh *sfh = (void *)fid->raw; ceph_fh_to_parent() local [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | export.c | 41 struct ceph_nfs_snapfh *sfh = (void *)rawfh; in ceph_encode_snapfh() local 62 sfh->parent_ino = ceph_ino(dir); in ceph_encode_snapfh() 63 sfh->hash = ceph_dentry_hash(dir, dentry); in ceph_encode_snapfh() 73 sfh->parent_ino = sfh->ino; in ceph_encode_snapfh() 74 sfh->hash = 0; in ceph_encode_snapfh() 76 sfh->ino = ceph_ino(inode); in ceph_encode_snapfh() 77 sfh->snapid = snapid; in ceph_encode_snapfh() 205 struct ceph_nfs_snapfh *sfh, in __snapfh_to_dentry() 217 vino.ino = sfh in __snapfh_to_dentry() 204 __snapfh_to_dentry(struct super_block *sb, struct ceph_nfs_snapfh *sfh, bool want_parent) __snapfh_to_dentry() argument 303 struct ceph_nfs_snapfh *sfh = (void *)fid->raw; ceph_fh_to_dentry() local 421 struct ceph_nfs_snapfh *sfh = (void *)fid->raw; ceph_fh_to_parent() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 791 xfs_dir2_sf_hdr_t sfh; /* shortform header */ in xfs_dir2_block_removename() local 844 size = xfs_dir2_block_sfsize(dp, hdr, &sfh); in xfs_dir2_block_removename() 851 return xfs_dir2_block_to_sf(args, bp, size, &sfh); in xfs_dir2_block_removename() 940 xfs_dir2_sf_hdr_t sfh; /* shortform header */ in xfs_dir2_leaf_to_block() local 1057 size = xfs_dir2_block_sfsize(dp, hdr, &sfh); in xfs_dir2_leaf_to_block() 1061 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 791 xfs_dir2_sf_hdr_t sfh; /* shortform header */ in xfs_dir2_block_removename() local 844 size = xfs_dir2_block_sfsize(dp, hdr, &sfh); in xfs_dir2_block_removename() 851 return xfs_dir2_block_to_sf(args, bp, size, &sfh); in xfs_dir2_block_removename() 940 xfs_dir2_sf_hdr_t sfh; /* shortform header */ in xfs_dir2_leaf_to_block() local 1057 size = xfs_dir2_block_sfsize(dp, hdr, &sfh); in xfs_dir2_leaf_to_block() 1061 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | Makefile | 169 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
|
Completed in 6 milliseconds