Searched refs:sfh (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ceph/ |
H A D | export.c | 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() 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 D | index.rst | 21 amd-sfh-hid
|
/linux/drivers/hid/amd-sfh-hid/ |
H A D | Kconfig | 17 be called amd-sfh.
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 798 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 D | xfs_exchmaps.c | 466 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 D | Makefile | 170 obj-$(CONFIG_AMD_SFH_HID) += amd-sfh-hid/
|
H A D | Kconfig | 1372 source "drivers/hid/amd-sfh-hid/Kconfig"
|
/linux/ |
H A D | MAINTAINERS | 1173 F: Documentation/hid/amd-sfh* 1174 F: drivers/hid/amd-sfh-hid/
|