Searched refs:sfh (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/ceph/ |
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() 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/ |
D | index.rst | 21 amd-sfh-hid
|
/linux-6.6.21/drivers/hid/amd-sfh-hid/ |
D | Kconfig | 16 be called amd-sfh.
|
/linux-6.6.21/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.6.21/drivers/hid/ |
D | Makefile | 169 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
|
D | Kconfig | 1344 source "drivers/hid/amd-sfh-hid/Kconfig"
|
/linux-6.6.21/ |
D | MAINTAINERS | 1062 F: Documentation/hid/amd-sfh* 1063 F: drivers/hid/amd-sfh-hid/
|