Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dexport.c74 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()
223 else if (sfh->ino == sfh->parent_ino) in __snapfh_to_dentry()
226 vino.snap = sfh->snapid; in __snapfh_to_dentry()
228 vino.ino = sfh->ino; in __snapfh_to_dentry()
229 vino.snap = sfh->snapid; in __snapfh_to_dentry()
255 if (!want_parent && sfh->ino != sfh->parent_ino) { in __snapfh_to_dentry()
259 cpu_to_le32(sfh->hash); in __snapfh_to_dentry()
[all …]
/linux/Documentation/hid/
H A Dindex.rst21 amd-sfh-hid
/linux/drivers/hid/amd-sfh-hid/
H A DKconfig17 be called amd-sfh.
/linux/fs/xfs/libxfs/
H A 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()
H A 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/drivers/hid/
H A DMakefile170 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
H A DKconfig1372 source "drivers/hid/amd-sfh-hid/Kconfig"
/linux/
H A DMAINTAINERS1173 F: Documentation/hid/amd-sfh*
1174 F: drivers/hid/amd-sfh-hid/