/linux-6.6.21/include/linux/ |
D | exportfs.h | 205 int fh_len, int fh_type); 207 int fh_len, int fh_type); 244 struct fid *fid, int fh_len, 249 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *), 256 struct fid *fid, int fh_len, int fh_type, 259 struct fid *fid, int fh_len, int fh_type,
|
/linux-6.6.21/fs/fat/ |
D | nfs.c | 143 int fh_len, int fh_type) in fat_fh_to_dentry() argument 145 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry() 150 struct fid *fh, int fh_len, in fat_fh_to_dentry_nostale() argument 159 if (fh_len < FAT_FID_SIZE_WITHOUT_PARENT) in fat_fh_to_dentry_nostale() 163 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_dentry_nostale() 181 int fh_len, int fh_type) in fat_fh_to_parent() argument 183 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent() 188 struct fid *fh, int fh_len, in fat_fh_to_parent_nostale() argument 195 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_parent_nostale()
|
/linux-6.6.21/fs/isofs/ |
D | export.c | 163 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_dentry() argument 167 if (fh_len < 3 || fh_type > 2) in isofs_fh_to_dentry() 175 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_parent() argument 179 if (fh_len < 2 || fh_type != 2) in isofs_fh_to_parent() 183 fh_len > 2 ? ifid->parent_block : 0, in isofs_fh_to_parent() 185 fh_len > 4 ? ifid->parent_generation : 0); in isofs_fh_to_parent()
|
/linux-6.6.21/fs/notify/fanotify/ |
D | fanotify.c | 378 int fh_len; in fanotify_encode_fh_len() local 384 fh_len = dwords << 2; in fanotify_encode_fh_len() 391 if (WARN_ON_ONCE(fh_len > MAX_HANDLE_SZ)) in fanotify_encode_fh_len() 394 return fh_len; in fanotify_encode_fh_len() 404 unsigned int fh_len, unsigned int *hash, in fanotify_encode_fh() argument 429 if (fh_len < 4 || WARN_ON_ONCE(fh_len % 4) || fh_len > MAX_HANDLE_SZ) in fanotify_encode_fh() 433 if (gfp && fh_len > FANOTIFY_INLINE_FH_LEN) { in fanotify_encode_fh() 436 ext_buf = kmalloc(fh_len, gfp); in fanotify_encode_fh() 445 dwords = fh_len >> 2; in fanotify_encode_fh() 448 if (type <= 0 || type == FILEID_INVALID || fh_len != dwords << 2) in fanotify_encode_fh() [all …]
|
D | fanotify_user.c | 128 static int fanotify_fid_info_len(int fh_len, int name_len) in fanotify_fid_info_len() argument 130 int info_len = fh_len; in fanotify_fid_info_len() 161 int fh_len; in fanotify_event_len() local 185 fh_len = fanotify_event_object_fh_len(event); in fanotify_event_len() 186 event_len += fanotify_fid_info_len(fh_len, dot_len); in fanotify_event_len() 421 size_t fh_len = fh ? fh->len : 0; in copy_fid_info_to_user() local 422 size_t info_len = fanotify_fid_info_len(fh_len, name_len); in copy_fid_info_to_user() 426 __func__, fh_len, name_len, info_len, count); in copy_fid_info_to_user() 463 handle.handle_bytes = fh_len; in copy_fid_info_to_user() 466 if (!fh_len) in copy_fid_info_to_user() [all …]
|
/linux-6.6.21/fs/efs/ |
D | namei.c | 97 int fh_len, int fh_type) in efs_fh_to_dentry() argument 99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry() 104 int fh_len, int fh_type) in efs_fh_to_parent() argument 106 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in efs_fh_to_parent()
|
D | efs.h | 138 int fh_len, int fh_type); 140 int fh_len, int fh_type);
|
/linux-6.6.21/fs/btrfs/ |
D | export.c | 102 int fh_len, int fh_type) in btrfs_fh_to_parent() argument 109 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent() 113 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) in btrfs_fh_to_parent() 126 int fh_len, int fh_type) in btrfs_fh_to_dentry() argument 133 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry() 135 fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) && in btrfs_fh_to_dentry() 137 fh_len < BTRFS_FID_SIZE_NON_CONNECTABLE)) in btrfs_fh_to_dentry()
|
/linux-6.6.21/fs/squashfs/ |
D | export.c | 83 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() argument 86 || fh_len < 2) in squashfs_fh_to_dentry() 94 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent() argument 96 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4) in squashfs_fh_to_parent()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_export.c | 173 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument 178 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_dentry() 197 int fh_len, int fileid_type) in xfs_fs_fh_to_parent() argument 202 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_parent()
|
/linux-6.6.21/fs/kernfs/ |
D | mount.c | 82 struct fid *fid, int fh_len, in __kernfs_fh_to_dentry() argument 90 if (fh_len < 2) in __kernfs_fh_to_dentry() 134 struct fid *fid, int fh_len, in kernfs_fh_to_dentry() argument 137 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false); in kernfs_fh_to_dentry() 141 struct fid *fid, int fh_len, in kernfs_fh_to_parent() argument 144 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true); in kernfs_fh_to_parent()
|
/linux-6.6.21/fs/gfs2/ |
D | export.c | 147 int fh_len, int fh_type) in gfs2_fh_to_dentry() argument 156 if (fh_len < GFS2_SMALL_FH_SIZE) in gfs2_fh_to_dentry() 169 int fh_len, int fh_type) in gfs2_fh_to_parent() argument 177 if (fh_len < GFS2_LARGE_FH_SIZE) in gfs2_fh_to_parent()
|
/linux-6.6.21/fs/nfsd/ |
D | flexfilelayoutxdr.c | 23 int len, mirror_len, ds_len, fh_len; in nfsd4_ff_encode_layoutget() local 33 fh_len = 4 + fl->fh.size; in nfsd4_ff_encode_layoutget() 39 ds_len = 20 + sizeof(stateid_opaque_t) + 4 + fh_len + in nfsd4_ff_encode_layoutget()
|
/linux-6.6.21/fs/ocfs2/ |
D | export.c | 251 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_dentry() argument 255 if (fh_len < 3 || fh_type > 2) in ocfs2_fh_to_dentry() 265 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_parent() argument 269 if (fh_type != 2 || fh_len < 6) in ocfs2_fh_to_parent()
|
/linux-6.6.21/fs/jfs/ |
D | jfs_inode.h | 26 int fh_len, int fh_type); 28 int fh_len, int fh_type);
|
/linux-6.6.21/fs/ntfs/ |
D | namei.c | 354 int fh_len, int fh_type) in ntfs_fh_to_dentry() argument 356 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry() 361 int fh_len, int fh_type) in ntfs_fh_to_parent() argument 363 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ntfs_fh_to_parent()
|
/linux-6.6.21/fs/jffs2/ |
D | super.c | 122 int fh_len, int fh_type) in jffs2_fh_to_dentry() argument 124 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry() 129 int fh_len, int fh_type) in jffs2_fh_to_parent() argument 131 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in jffs2_fh_to_parent()
|
/linux-6.6.21/fs/exportfs/ |
D | expfs.c | 446 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, in exportfs_decode_fh_raw() argument 461 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh_raw() 523 fh_len, fileid_type); in exportfs_decode_fh_raw() 595 int fh_len, int fileid_type, in exportfs_decode_fh() argument 601 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, in exportfs_decode_fh()
|
/linux-6.6.21/fs/nfs/ |
D | export.c | 65 int fh_len, int fh_type) in nfs_fh_to_dentry() argument 78 if (fh_len < len || fh_type != len) in nfs_fh_to_dentry()
|
/linux-6.6.21/fs/befs/ |
D | linuxvfs.c | 62 struct fid *fid, int fh_len, int fh_type); 64 struct fid *fid, int fh_len, int fh_type); 650 struct fid *fid, int fh_len, int fh_type) in befs_fh_to_dentry() argument 652 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry() 660 struct fid *fid, int fh_len, int fh_type) in befs_fh_to_parent() argument 662 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in befs_fh_to_parent()
|
/linux-6.6.21/fs/nilfs2/ |
D | namei.c | 484 int fh_len, int fh_type) in nilfs_fh_to_dentry() argument 488 if (fh_len < NILFS_FID_SIZE_NON_CONNECTABLE || in nilfs_fh_to_dentry() 497 int fh_len, int fh_type) in nilfs_fh_to_parent() argument 501 if (fh_len < NILFS_FID_SIZE_CONNECTABLE || in nilfs_fh_to_parent()
|
/linux-6.6.21/fs/affs/ |
D | namei.c | 557 int fh_len, int fh_type) in affs_fh_to_dentry() argument 559 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in affs_fh_to_dentry() 564 int fh_len, int fh_type) in affs_fh_to_parent() argument 566 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in affs_fh_to_parent()
|
/linux-6.6.21/fs/overlayfs/ |
D | export.c | 814 int fh_len, int fh_type) in ovl_fh_to_dentry() argument 818 int len = fh_len << 2; in ovl_fh_to_dentry() 848 fh_len, fh_type, flags, err); in ovl_fh_to_dentry() 854 int fh_len, int fh_type) in ovl_fh_to_parent() argument
|
/linux-6.6.21/fs/ceph/ |
D | export.c | 298 int fh_len, int fh_type) in ceph_fh_to_dentry() argument 310 if (fh_len < sizeof(*fh) / 4) in ceph_fh_to_dentry() 415 int fh_len, int fh_type) in ceph_fh_to_parent() argument 427 if (fh_len < sizeof(*cfh) / 4) in ceph_fh_to_parent()
|
/linux-6.6.21/fs/erofs/ |
D | super.c | 547 struct fid *fid, int fh_len, int fh_type) in erofs_fh_to_dentry() argument 549 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in erofs_fh_to_dentry() 554 struct fid *fid, int fh_len, int fh_type) in erofs_fh_to_parent() argument 556 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in erofs_fh_to_parent()
|