Searched refs:sfh (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/ceph/ |
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() 204 struct ceph_nfs_snapfh *sfh, in __snapfh_to_dentry() argument 216 vino.ino = sfh->parent_ino; in __snapfh_to_dentry() 217 if (sfh->snapid == CEPH_SNAPDIR) in __snapfh_to_dentry() [all …]
|
/linux-6.1.9/Documentation/hid/ |
D | index.rst | 19 amd-sfh-hid
|
/linux-6.1.9/drivers/hid/amd-sfh-hid/ |
D | Kconfig | 16 be called amd-sfh.
|
/linux-6.1.9/fs/xfs/libxfs/ |
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()
|
/linux-6.1.9/drivers/hid/ |
D | Makefile | 164 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
|
D | Kconfig | 1289 source "drivers/hid/amd-sfh-hid/Kconfig"
|
/linux-6.1.9/ |
D | MAINTAINERS | 1093 F: Documentation/hid/amd-sfh* 1094 F: drivers/hid/amd-sfh-hid/
|