Home
last modified time | relevance | path

Searched refs:fh_type (Results 1 – 25 of 36) sorted by relevance

12

/linux-4.19.296/fs/squashfs/
Dexport.c96 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() argument
98 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT) 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/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()
160 int fh_type) in fat_fh_to_dentry_nostale() argument
166 switch (fh_type) { 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()
198 int fh_type) in fat_fh_to_parent_nostale() argument
207 switch (fh_type) { in fat_fh_to_parent_nostale()
/linux-4.19.296/include/linux/
Dexportfs.h197 int fh_len, int fh_type);
199 int fh_len, int fh_type);
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/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/btrfs/
Dexport.c110 int fh_len, int fh_type) in btrfs_fh_to_parent() argument
116 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in btrfs_fh_to_parent()
120 } else if (fh_type == FILEID_BTRFS_WITH_PARENT_ROOT) { in btrfs_fh_to_parent()
134 int fh_len, int fh_type) in btrfs_fh_to_dentry() argument
140 if ((fh_type != FILEID_BTRFS_WITH_PARENT || in btrfs_fh_to_dentry()
142 (fh_type != FILEID_BTRFS_WITH_PARENT_ROOT || in btrfs_fh_to_dentry()
144 (fh_type != FILEID_BTRFS_WITHOUT_PARENT || in btrfs_fh_to_dentry()
/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()
/linux-4.19.296/fs/ceph/
Dexport.c109 int fh_len, int fh_type) in ceph_fh_to_dentry() argument
113 if (fh_type != FILEID_INO32_GEN && in ceph_fh_to_dentry()
114 fh_type != FILEID_INO32_GEN_PARENT) in ceph_fh_to_dentry()
185 int fh_len, int fh_type) in ceph_fh_to_parent() argument
190 if (fh_type != FILEID_INO32_GEN_PARENT) in ceph_fh_to_parent()
/linux-4.19.296/fs/gfs2/
Dexport.c148 int fh_len, int fh_type) in gfs2_fh_to_dentry() argument
153 switch (fh_type) { in gfs2_fh_to_dentry()
170 int fh_len, int fh_type) in gfs2_fh_to_parent() argument
175 switch (fh_type) { in gfs2_fh_to_parent()
/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/include/scsi/
Dfc_encode.h63 fh->fh_type = type; in __fc_fill_fc_hdr()
134 enum fc_fh_type *fh_type) in fc_ct_ns_fill() argument
202 *fh_type = FC_TYPE_CT; in fc_ct_ns_fill()
218 enum fc_fh_type *fh_type) in fc_ct_ms_fill() argument
496 *fh_type = FC_TYPE_CT; in fc_ct_ms_fill()
512 enum fc_fh_type *fh_type, u32 *did) in fc_ct_fill() argument
518 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill()
523 rc = fc_ct_ns_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill()
692 enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) in fc_els_fill() argument
736 *fh_type = FC_TYPE_ELS; in fc_els_fill()
/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/nilfs2/
Dnamei.c482 int fh_len, int fh_type) in nilfs_fh_to_dentry() argument
487 (fh_type != FILEID_NILFS_WITH_PARENT && in nilfs_fh_to_dentry()
488 fh_type != FILEID_NILFS_WITHOUT_PARENT)) in nilfs_fh_to_dentry()
495 int fh_len, int fh_type) in nilfs_fh_to_parent() argument
500 fh_type != FILEID_NILFS_WITH_PARENT) in nilfs_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/overlayfs/
Dexport.c784 int fh_len, int fh_type) in ovl_fh_to_dentry() argument
793 if (fh_type != OVL_FILEID) in ovl_fh_to_dentry()
812 len, fh_type, flags, err); in ovl_fh_to_dentry()
817 int fh_len, int fh_type) in ovl_fh_to_parent() argument
Dcopy_up.c234 int fh_type, fh_len, dwords; in ovl_encode_real_fh() local
249 fh_type = exportfs_encode_fh(real, buf, &dwords, 0); in ovl_encode_real_fh()
253 if (WARN_ON(fh_type < 0) || in ovl_encode_real_fh()
255 WARN_ON(fh_type == FILEID_INVALID)) in ovl_encode_real_fh()
268 fh->type = fh_type; in ovl_encode_real_fh()
Dsuper.c793 int fh_type; in ovl_lower_dir() local
813 fh_type = ovl_can_decode_fh(path->dentry->d_sb); in ovl_lower_dir()
815 (ofs->config.index && ofs->config.upperdir)) && !fh_type) { in ovl_lower_dir()
823 if (fh_type != FILEID_INO32_GEN) in ovl_lower_dir()
1092 int fh_type; in ovl_make_workdir() local
1147 fh_type = ovl_can_decode_fh(ofs->workdir->d_sb); in ovl_make_workdir()
1148 if (ofs->config.index && !fh_type) { in ovl_make_workdir()
1154 if (fh_type != FILEID_INO32_GEN) in ovl_make_workdir()
/linux-4.19.296/fs/reiserfs/
Dinode.c1689 int fh_len, int fh_type) in reiserfs_fh_to_dentry() argument
1704 if (fh_type > fh_len) { in reiserfs_fh_to_dentry()
1705 if (fh_type != 6 || fh_len != 5) in reiserfs_fh_to_dentry()
1708 fh_type, fh_len); in reiserfs_fh_to_dentry()
1709 fh_type = fh_len; in reiserfs_fh_to_dentry()
1715 (fh_type == 3 || fh_type >= 5) ? fid->raw[2] : 0); in reiserfs_fh_to_dentry()
1719 int fh_len, int fh_type) in reiserfs_fh_to_parent() argument
1721 if (fh_type > fh_len) in reiserfs_fh_to_parent()
1722 fh_type = fh_len; in reiserfs_fh_to_parent()
1723 if (fh_type < 4) in reiserfs_fh_to_parent()
[all …]
/linux-4.19.296/include/uapi/scsi/fc/
Dfc_fs.h41 __u8 fh_type; /* see enum fc_fh_type below */ member
/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