Searched refs:fh_type (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/drivers/scsi/libfc/
H A Dfc_elsct.c39 enum fc_fh_type fh_type; local
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did);
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type,
102 switch (fh->fh_type) {
H A Dfc_encode.h89 * @fh_type: pointer to FC-4 type.
94 enum fc_fh_type *fh_type)
164 *fh_type = FC_TYPE_CT;
185 * @fh_type: pointer to FC-4 type.
190 enum fc_fh_type *fh_type)
710 *fh_type = FC_TYPE_CT;
721 * @fh_type: pointer to FC-4 type.
726 enum fc_fh_type *fh_type, u32 *did)
732 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type);
737 rc = fc_ct_ns_fill(lport, fc_id, fp, op, r_ctl, fh_type);
91 fc_ct_ns_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
187 fc_ct_ms_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
723 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) argument
903 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
[all...]
H A Dfc_libfc.c181 fh->fh_type = in_fh->fh_type;
/linux-master/fs/squashfs/
H A Dexport.c83 struct fid *fid, int fh_len, int fh_type)
85 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT)
94 struct fid *fid, int fh_len, int fh_type)
96 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4)
82 squashfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
93 squashfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/efs/
H A Dnamei.c97 int fh_len, int fh_type)
99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
104 int fh_len, int fh_type)
106 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
96 efs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
103 efs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
H A Defs.h138 int fh_len, int fh_type);
140 int fh_len, int fh_type);
/linux-master/fs/jfs/
H A Djfs_inode.h26 int fh_len, int fh_type);
28 int fh_len, int fh_type);
/linux-master/fs/isofs/
H A Dexport.c163 struct fid *fid, int fh_len, int fh_type)
167 if (fh_len < 3 || fh_type > 2)
175 struct fid *fid, int fh_len, int fh_type)
179 if (fh_len < 2 || fh_type != 2)
162 isofs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
174 isofs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/include/linux/
H A Dexportfs.h226 int fh_len, int fh_type);
228 int fh_len, int fh_type);
320 struct fid *fid, int fh_len, int fh_type,
323 struct fid *fid, int fh_len, int fh_type,
/linux-master/fs/fat/
H A Dnfs.c149 int fh_len, int fh_type)
151 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
157 int fh_type)
163 switch (fh_type) {
187 int fh_len, int fh_type)
189 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
195 int fh_type)
204 switch (fh_type) {
148 fat_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
155 fat_fh_to_dentry_nostale(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
186 fat_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
193 fat_fh_to_parent_nostale(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
/linux-master/fs/btrfs/
H A Dexport.c101 int fh_len, int fh_type)
107 if (fh_type == FILEID_BTRFS_WITH_PARENT) {
111 } else if (fh_type == FILEID_BTRFS_WITH_PARENT_ROOT) {
125 int fh_len, int fh_type)
131 if ((fh_type != FILEID_BTRFS_WITH_PARENT ||
133 (fh_type != FILEID_BTRFS_WITH_PARENT_ROOT ||
135 (fh_type != FILEID_BTRFS_WITHOUT_PARENT ||
100 btrfs_fh_to_parent(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
124 btrfs_fh_to_dentry(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
/linux-master/fs/kernfs/
H A Dmount.c84 int fh_type, bool get_parent)
94 switch (fh_type) {
133 int fh_type)
135 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false);
140 int fh_type)
142 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true);
82 __kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, bool get_parent) argument
131 kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
138 kernfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/ocfs2/
H A Dexport.c251 struct fid *fid, int fh_len, int fh_type)
255 if (fh_len < 3 || fh_type > 2)
265 struct fid *fid, int fh_len, int fh_type)
269 if (fh_type != 2 || fh_len < 6)
250 ocfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
264 ocfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/gfs2/
H A Dexport.c145 int fh_len, int fh_type)
150 switch (fh_type) {
167 int fh_len, int fh_type)
172 switch (fh_type) {
144 gfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
166 gfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/nfs/
H A Dexport.c65 int fh_len, int fh_type)
78 if (fh_len < len || fh_type != len)
64 nfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/jffs2/
H A Dsuper.c122 int fh_len, int fh_type)
124 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
129 int fh_len, int fh_type)
131 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
121 jffs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
128 jffs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/overlayfs/
H A Dexport.c764 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type) argument
769 if (fh_type == OVL_FILEID_V1)
772 if (fh_type != OVL_FILEID_V0)
788 int fh_len, int fh_type)
796 fh = ovl_fid_to_fh(fid, len, fh_type);
822 fh_len, fh_type, flags, err);
828 int fh_len, int fh_type)
787 ovl_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
827 ovl_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
H A Dsuper.c388 int fh_type; local
401 fh_type = ovl_can_decode_fh(path->dentry->d_sb);
403 (ofs->config.index && ofs->config.upperdir)) && !fh_type) {
409 ofs->nofh |= !fh_type;
415 ofs->config.upperdir && !fh_type) {
422 if (fh_type != FILEID_INO32_GEN)
649 int fh_type; local
762 fh_type = ovl_can_decode_fh(ofs->workdir->d_sb);
763 if (ofs->config.index && !fh_type) {
767 ofs->nofh |= !fh_type;
[all...]
/linux-master/fs/ceph/
H A Dexport.c298 int fh_len, int fh_type)
303 if (fh_type == FILEID_BTRFS_WITH_PARENT) {
308 if (fh_type != FILEID_INO32_GEN &&
309 fh_type != FILEID_INO32_GEN_PARENT)
417 int fh_len, int fh_type)
423 if (fh_type == FILEID_BTRFS_WITH_PARENT) {
428 if (fh_type != FILEID_INO32_GEN_PARENT)
296 ceph_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
415 ceph_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c52 if (!(hdr->fh_type == FC_TYPE_FCP || hdr->fh_type == FC_TYPE_BLS))
55 if (hdr->fh_type == FC_TYPE_FCP) {
244 hdr.fh_type = type;
/linux-master/fs/nilfs2/
H A Dnamei.c481 int fh_len, int fh_type)
486 (fh_type != FILEID_NILFS_WITH_PARENT &&
487 fh_type != FILEID_NILFS_WITHOUT_PARENT))
494 int fh_len, int fh_type)
499 fh_type != FILEID_NILFS_WITH_PARENT)
480 nilfs_fh_to_dentry(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
493 nilfs_fh_to_parent(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
/linux-master/fs/affs/
H A Dnamei.c554 int fh_len, int fh_type)
556 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
561 int fh_len, int fh_type)
563 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
553 affs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
560 affs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/befs/
H A Dlinuxvfs.c62 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)
652 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
660 struct fid *fid, int fh_len, int fh_type)
662 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
649 befs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
659 befs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/fs/reiserfs/
H A Dinode.c1673 int fh_len, int fh_type)
1688 if (fh_type > fh_len) {
1689 if (fh_type != 6 || fh_len != 5)
1692 fh_type, fh_len);
1693 fh_type = fh_len;
1699 (fh_type == 3 || fh_type >= 5) ? fid->raw[2] : 0);
1703 int fh_len, int fh_type)
1705 if (fh_type > fh_len)
1706 fh_type
1672 reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
1702 reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
[all...]
/linux-master/fs/udf/
H A Dnamei.c943 struct fid *fid, int fh_len, int fh_type)
946 (fh_type != FILEID_UDF_WITH_PARENT &&
947 fh_type != FILEID_UDF_WITHOUT_PARENT))
955 struct fid *fid, int fh_len, int fh_type)
957 if (fh_len < 5 || fh_type != FILEID_UDF_WITH_PARENT)
942 udf_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
954 udf_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument

Completed in 403 milliseconds

123