Home
last modified time | relevance | path

Searched refs:sfh (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/fs/ceph/
Dexport.c41 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() argument
217 vino.ino = sfh->parent_ino; in __snapfh_to_dentry()
218 if (sfh->snapid == CEPH_SNAPDIR) in __snapfh_to_dentry()
[all …]
/linux-6.6.21/Documentation/hid/
Dindex.rst21 amd-sfh-hid
/linux-6.6.21/drivers/hid/amd-sfh-hid/
DKconfig16 be called amd-sfh.
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_dir2_block.c791 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()
/linux-6.6.21/drivers/hid/
DMakefile169 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
DKconfig1344 source "drivers/hid/amd-sfh-hid/Kconfig"
/linux-6.6.21/
DMAINTAINERS1062 F: Documentation/hid/amd-sfh*
1063 F: drivers/hid/amd-sfh-hid/