Searched refs:sfh (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ceph/ |
| A D | export.c | 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() 218 else if (sfh->ino == sfh->parent_ino) in __snapfh_to_dentry() 221 vino.snap = sfh->snapid; in __snapfh_to_dentry() 223 vino.ino = sfh->ino; in __snapfh_to_dentry() 224 vino.snap = sfh->snapid; in __snapfh_to_dentry() 250 if (!want_parent && sfh->ino != sfh->parent_ino) { in __snapfh_to_dentry() 254 cpu_to_le32(sfh->hash); in __snapfh_to_dentry() [all …]
|
| /linux/Documentation/hid/ |
| A D | index.rst | 19 amd-sfh-hid
|
| /linux/fs/xfs/libxfs/ |
| A 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/drivers/hid/amd-sfh-hid/ |
| A D | Kconfig | 16 be called amd-sfh.
|
| /linux/drivers/hid/ |
| A D | Makefile | 151 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
|
| A D | Kconfig | 1267 source "drivers/hid/amd-sfh-hid/Kconfig"
|
| /linux/include/config/ |
| A D | auto.conf.cmd | 527 drivers/hid/amd-sfh-hid/Kconfig \
|
| /linux/ |
| A D | MAINTAINERS | 1021 F: Documentation/hid/amd-sfh* 1022 F: drivers/hid/amd-sfh-hid/
|
Completed in 26 milliseconds