Home
last modified time | relevance | path

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

12

/linux-4.19.296/include/linux/
Dexportfs.h197 int fh_len, int fh_type);
199 int fh_len, int fh_type);
218 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
225 struct fid *fid, int fh_len, int fh_type,
228 struct fid *fid, int fh_len, int fh_type,
/linux-4.19.296/fs/isofs/
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 > 2 ? ifid->parent_block : 0, in isofs_fh_to_parent()
185 fh_len > 4 ? ifid->parent_generation : 0); in isofs_fh_to_parent()
/linux-4.19.296/fs/fat/
Dnfs.c152 int fh_len, int fh_type) in fat_fh_to_dentry() argument
154 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
159 struct fid *fh, int fh_len, in fat_fh_to_dentry_nostale() argument
168 if (fh_len < FAT_FID_SIZE_WITHOUT_PARENT) in fat_fh_to_dentry_nostale()
172 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_dentry_nostale()
190 int fh_len, int fh_type) in fat_fh_to_parent() argument
192 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent()
197 struct fid *fh, int fh_len, in fat_fh_to_parent_nostale() argument
204 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_parent_nostale()
/linux-4.19.296/fs/efs/
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()
Defs.h141 int fh_len, int fh_type);
143 int fh_len, int fh_type);
/linux-4.19.296/fs/squashfs/
Dexport.c96 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() argument
99 || fh_len < 2) in squashfs_fh_to_dentry()
107 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent() argument
109 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4) in squashfs_fh_to_parent()
/linux-4.19.296/fs/btrfs/
Dexport.c110 int fh_len, int fh_type) in btrfs_fh_to_parent() argument
117 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent()
121 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) in btrfs_fh_to_parent()
134 int fh_len, int fh_type) in btrfs_fh_to_dentry() argument
141 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry()
143 fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) && in btrfs_fh_to_dentry()
145 fh_len < BTRFS_FID_SIZE_NON_CONNECTABLE)) in btrfs_fh_to_dentry()
/linux-4.19.296/fs/xfs/
Dxfs_export.c162 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument
167 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_dentry()
186 int fh_len, int fileid_type) in xfs_fs_fh_to_parent() argument
191 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_parent()
/linux-4.19.296/fs/gfs2/
Dexport.c148 int fh_len, int fh_type) in gfs2_fh_to_dentry() argument
157 if (fh_len < GFS2_SMALL_FH_SIZE) in gfs2_fh_to_dentry()
170 int fh_len, int fh_type) in gfs2_fh_to_parent() argument
178 if (fh_len < GFS2_LARGE_FH_SIZE) in gfs2_fh_to_parent()
/linux-4.19.296/fs/nfsd/
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-4.19.296/fs/jfs/
Djfs_inode.h37 int fh_len, int fh_type);
39 int fh_len, int fh_type);
/linux-4.19.296/fs/ocfs2/
Dexport.c267 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_dentry() argument
271 if (fh_len < 3 || fh_type > 2) in ocfs2_fh_to_dentry()
281 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_parent() argument
285 if (fh_type != 2 || fh_len < 6) in ocfs2_fh_to_parent()
/linux-4.19.296/fs/ceph/
Dexport.c109 int fh_len, int fh_type) in ceph_fh_to_dentry() argument
116 if (fh_len < sizeof(*fh) / 4) in ceph_fh_to_dentry()
185 int fh_len, int fh_type) in ceph_fh_to_parent() argument
192 if (fh_len < sizeof(*cfh) / 4) in ceph_fh_to_parent()
/linux-4.19.296/fs/ntfs/
Dnamei.c368 int fh_len, int fh_type) in ntfs_fh_to_dentry() argument
370 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
375 int fh_len, int fh_type) in ntfs_fh_to_parent() argument
377 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ntfs_fh_to_parent()
/linux-4.19.296/fs/jffs2/
Dsuper.c127 int fh_len, int fh_type) in jffs2_fh_to_dentry() argument
129 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
134 int fh_len, int fh_type) in jffs2_fh_to_parent() argument
136 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in jffs2_fh_to_parent()
/linux-4.19.296/fs/kernfs/
Dmount.c114 int fh_len, int fh_type) in kernfs_fh_to_dentry() argument
116 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in kernfs_fh_to_dentry()
121 int fh_len, int fh_type) in kernfs_fh_to_parent() argument
123 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in kernfs_fh_to_parent()
/linux-4.19.296/fs/nfs/
Dexport.c65 int fh_len, int fh_type) in nfs_fh_to_dentry() argument
79 if (fh_len < len || fh_type != len) in nfs_fh_to_dentry()
/linux-4.19.296/fs/befs/
Dlinuxvfs.c60 struct fid *fid, int fh_len, int fh_type);
62 struct fid *fid, int fh_len, int fh_type);
655 struct fid *fid, int fh_len, int fh_type) in befs_fh_to_dentry() argument
657 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry()
665 struct fid *fid, int fh_len, int fh_type) in befs_fh_to_parent() argument
667 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in befs_fh_to_parent()
/linux-4.19.296/fs/affs/
Dnamei.c554 int fh_len, int fh_type) in affs_fh_to_dentry() argument
556 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in affs_fh_to_dentry()
561 int fh_len, int fh_type) in affs_fh_to_parent() argument
563 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in affs_fh_to_parent()
/linux-4.19.296/fs/nilfs2/
Dnamei.c482 int fh_len, int fh_type) in nilfs_fh_to_dentry() argument
486 if (fh_len < NILFS_FID_SIZE_NON_CONNECTABLE || in nilfs_fh_to_dentry()
495 int fh_len, int fh_type) in nilfs_fh_to_parent() argument
499 if (fh_len < NILFS_FID_SIZE_CONNECTABLE || in nilfs_fh_to_parent()
/linux-4.19.296/fs/exportfs/
Dexpfs.c420 int fh_len, int fileid_type, in exportfs_decode_fh() argument
433 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh()
497 fh_len, fileid_type); in exportfs_decode_fh()
/linux-4.19.296/fs/overlayfs/
Dcopy_up.c234 int fh_type, fh_len, dwords; in ovl_encode_real_fh() local
259 fh_len = offsetof(struct ovl_fh, fid) + buflen; in ovl_encode_real_fh()
260 fh = kmalloc(fh_len, GFP_KERNEL); in ovl_encode_real_fh()
278 fh->len = fh_len; in ovl_encode_real_fh()
Dexport.c784 int fh_len, int fh_type) in ovl_fh_to_dentry() argument
788 int len = fh_len << 2; in ovl_fh_to_dentry()
817 int fh_len, int fh_type) in ovl_fh_to_parent() argument
/linux-4.19.296/fs/
Dlibfs.c930 int fh_len, int fh_type, struct inode *(*get_inode) in generic_fh_to_dentry() argument
935 if (fh_len < 2) in generic_fh_to_dentry()
963 int fh_len, int fh_type, struct inode *(*get_inode) in generic_fh_to_parent() argument
968 if (fh_len <= 2) in generic_fh_to_parent()
974 (fh_len > 3 ? fid->i32.parent_gen : 0)); in generic_fh_to_parent()
/linux-4.19.296/fs/exofs/
Dsuper.c1003 struct fid *fid, int fh_len, int fh_type) in exofs_fh_to_dentry() argument
1005 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in exofs_fh_to_dentry()
1010 struct fid *fid, int fh_len, int fh_type) in exofs_fh_to_parent() argument
1012 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in exofs_fh_to_parent()

12