Home
last modified time | relevance | path

Searched refs:fh_len (Results 1 – 22 of 22) sorted by relevance

/linux/fs/isofs/
H A Dexport.c163 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 > 3 ? ifid->parent_block : 0, in isofs_fh_to_parent()
185 fh_len > 4 ? ifid->parent_generation : 0); in isofs_fh_to_parent()
/linux/fs/fat/
H A Dnfs.c149 int fh_len, int fh_type) in fat_fh_to_dentry() argument
151 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
156 struct fid *fh, int fh_len, in fat_fh_to_dentry_nostale() argument
165 if (fh_len < FAT_FID_SIZE_WITHOUT_PARENT) in fat_fh_to_dentry_nostale()
169 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_dentry_nostale()
187 int fh_len, int fh_type) in fat_fh_to_parent() argument
189 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent()
194 struct fid *fh, int fh_len, in fat_fh_to_parent_nostale() argument
201 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_parent_nostale()
/linux/include/linux/
H A Dexportfs.h264 int fh_len, int fh_type);
266 int fh_len, int fh_type);
356 struct fid *fid, int fh_len,
362 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
371 struct fid *fid, int fh_len, int fh_type,
374 struct fid *fid, int fh_len, int fh_type,
/linux/fs/btrfs/
H A Dexport.c107 int fh_len, int fh_type) in btrfs_fh_to_parent() argument
114 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent()
118 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) in btrfs_fh_to_parent()
131 int fh_len, int fh_type) in btrfs_fh_to_dentry() argument
138 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry()
140 fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) && in btrfs_fh_to_dentry()
142 fh_len < BTRFS_FID_SIZE_NON_CONNECTABLE)) in btrfs_fh_to_dentry()
/linux/fs/efs/
H A Dnamei.c97 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()
H A Defs.h138 int fh_len, int fh_type);
140 int fh_len, int fh_type);
/linux/fs/squashfs/
H A Dexport.c83 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/fs/nfs/
H A Dexport.c65 int fh_len, int fh_type) in nfs_fh_to_dentry() argument
78 if (fh_len < len + XDR_QUADLEN(fh_size) || in nfs_fh_to_dentry()
79 fh_len > XDR_QUADLEN(NFS_MAXFHSIZE)) in nfs_fh_to_dentry()
85 if (fh_len < len || fh_type != len) in nfs_fh_to_dentry()
/linux/fs/kernfs/
H A Dmount.c98 struct fid *fid, int fh_len, in __kernfs_fh_to_dentry() argument
106 if (fh_len < 2) in __kernfs_fh_to_dentry()
147 struct fid *fid, int fh_len, in kernfs_fh_to_dentry() argument
150 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false); in kernfs_fh_to_dentry()
154 struct fid *fid, int fh_len, in kernfs_fh_to_parent() argument
157 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true); in kernfs_fh_to_parent()
/linux/fs/nfsd/
H A Dflexfilelayoutxdr.c23 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/fs/jfs/
H A Djfs_inode.h26 int fh_len, int fh_type);
28 int fh_len, int fh_type);
/linux/fs/exportfs/
H A Dexpfs.c438 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, in exportfs_decode_fh_raw() argument
456 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()
592 int fh_len, int fileid_type, in exportfs_decode_fh() argument
598 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, 0, in exportfs_decode_fh()
/linux/fs/befs/
H A Dlinuxvfs.c61 struct fid *fid, int fh_len, int fh_type);
63 struct fid *fid, int fh_len, int fh_type);
647 struct fid *fid, int fh_len, int fh_type) in befs_fh_to_dentry() argument
649 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry()
657 struct fid *fid, int fh_len, int fh_type) in befs_fh_to_parent() argument
659 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in befs_fh_to_parent()
/linux/fs/
H A Dnsfs.c493 int fh_len, int fh_type) in nsfs_fh_to_dentry() argument
501 if (fh_len < NSFS_FID_SIZE_U32_VER0) in nsfs_fh_to_dentry()
505 if ((fh_len > NSFS_FID_SIZE_U32_LATEST) && in nsfs_fh_to_dentry()
507 fh_len - NSFS_FID_SIZE_U32_LATEST)) in nsfs_fh_to_dentry()
H A Dpidfs.c816 struct fid *fid, int fh_len, in pidfs_fh_to_dentry() argument
824 if (fh_len < 2) in pidfs_fh_to_dentry()
/linux/fs/ceph/
H A Dexport.c303 int fh_len, int fh_type) in ceph_fh_to_dentry() argument
316 if (fh_len < sizeof(*fh) / BYTES_PER_U32) in ceph_fh_to_dentry()
422 int fh_len, int fh_type) in ceph_fh_to_parent() argument
435 if (fh_len < sizeof(*cfh) / BYTES_PER_U32) in ceph_fh_to_parent()
/linux/fs/orangefs/
H A Dsuper.c316 int fh_len, in orangefs_fh_to_dentry() argument
321 if (fh_len < 5 || fh_type > 2) in orangefs_fh_to_dentry()
/linux/fs/ext2/
H A Dsuper.c411 int fh_len, int fh_type) in ext2_fh_to_dentry() argument
413 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
418 int fh_len, int fh_type) in ext2_fh_to_parent() argument
420 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ext2_fh_to_parent()
/linux/fs/ufs/
H A Dsuper.c118 int fh_len, int fh_type) in ufs_fh_to_dentry() argument
120 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_dentry()
124 int fh_len, int fh_type) in ufs_fh_to_parent() argument
126 return generic_fh_to_parent(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_parent()
/linux/fs/fuse/
H A Dinode.c1153 struct fid *fid, int fh_len, int fh_type) in fuse_fh_to_dentry() argument
1158 fh_type != FILEID_INO64_GEN_PARENT) || fh_len < 3) in fuse_fh_to_dentry()
1168 struct fid *fid, int fh_len, int fh_type) in fuse_fh_to_parent() argument
1172 if (fh_type != FILEID_INO64_GEN_PARENT || fh_len < 6) in fuse_fh_to_parent()
/linux/fs/f2fs/
H A Dsuper.c3735 int fh_len, int fh_type) in f2fs_fh_to_dentry() argument
3737 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
3742 int fh_len, int fh_type) in f2fs_fh_to_parent() argument
3744 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in f2fs_fh_to_parent()
/linux/mm/
H A Dshmem.c4424 struct fid *fid, int fh_len, int fh_type) in shmem_find_alias()
4430 if (fh_len < 3) in shmem_fh_to_dentry()
4428 shmem_fh_to_dentry(struct super_block * sb,struct fid * fid,int fh_len,int fh_type) shmem_fh_to_dentry() argument