Searched refs:sfh (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ceph/ |
| H A D | export.c | 49 struct ceph_nfs_snapfh *sfh = (void *)rawfh; in ceph_encode_snapfh() local 70 sfh->parent_ino = ceph_ino(dir); in ceph_encode_snapfh() 71 sfh->hash = ceph_dentry_hash(dir, dentry); in ceph_encode_snapfh() 81 sfh->parent_ino = sfh->ino; in ceph_encode_snapfh() 82 sfh->hash = 0; in ceph_encode_snapfh() 84 sfh->ino = ceph_ino(inode); in ceph_encode_snapfh() 85 sfh->snapid = snapid; in ceph_encode_snapfh() 212 struct ceph_nfs_snapfh *sfh, in __snapfh_to_dentry() argument 225 vino.ino = sfh->parent_ino; in __snapfh_to_dentry() 226 if (sfh->snapid == CEPH_SNAPDIR) in __snapfh_to_dentry() [all …]
|
| /linux/Documentation/hid/ |
| H A D | index.rst | 22 amd-sfh-hid
|
| /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/amd-sfh-hid/ |
| H A D | Kconfig | 16 be called amd-sfh.
|
| /linux/ |
| H A D | MAINTAINERS | 1270 F: Documentation/hid/amd-sfh* 1271 F: drivers/hid/amd-sfh-hid/
|