Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
Dexport.c42 struct ceph_nfs_snapfh *sfh = (void *)rawfh; in ceph_encode_snapfh() local
63 sfh->parent_ino = ceph_ino(dir); in ceph_encode_snapfh()
64 sfh->hash = ceph_dentry_hash(dir, dentry); in ceph_encode_snapfh()
74 sfh->parent_ino = sfh->ino; in ceph_encode_snapfh()
75 sfh->hash = 0; in ceph_encode_snapfh()
77 sfh->ino = ceph_ino(inode); in ceph_encode_snapfh()
78 sfh->snapid = snapid; in ceph_encode_snapfh()
207 struct ceph_nfs_snapfh *sfh, in __snapfh_to_dentry() argument
220 vino.ino = sfh->parent_ino; in __snapfh_to_dentry()
221 if (sfh->snapid == CEPH_SNAPDIR) in __snapfh_to_dentry()
[all …]
/linux-6.12.1/Documentation/hid/
Dindex.rst21 amd-sfh-hid
/linux-6.12.1/drivers/hid/amd-sfh-hid/
DKconfig17 be called amd-sfh.
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2_block.c798 xfs_dir2_sf_hdr_t sfh; /* shortform header */ in xfs_dir2_block_removename() local
851 size = xfs_dir2_block_sfsize(dp, hdr, &sfh); in xfs_dir2_block_removename()
858 return xfs_dir2_block_to_sf(args, bp, size, &sfh); in xfs_dir2_block_removename()
947 xfs_dir2_sf_hdr_t sfh; /* shortform header */ in xfs_dir2_leaf_to_block() local
1065 size = xfs_dir2_block_sfsize(dp, hdr, &sfh); in xfs_dir2_leaf_to_block()
1069 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
Dxfs_exchmaps.c466 struct xfs_dir2_sf_hdr sfh; in xfs_exchmaps_dir_to_sf() local
478 size = xfs_dir2_block_sfsize(xmi->xmi_ip2, bp->b_addr, &sfh); in xfs_exchmaps_dir_to_sf()
482 return xfs_dir2_block_to_sf(&args, bp, size, &sfh); in xfs_exchmaps_dir_to_sf()
/linux-6.12.1/drivers/hid/
DMakefile170 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
DKconfig1372 source "drivers/hid/amd-sfh-hid/Kconfig"
/linux-6.12.1/
DMAINTAINERS1173 F: Documentation/hid/amd-sfh*
1174 F: drivers/hid/amd-sfh-hid/