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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_elsct.c49 enum fc_fh_type fh_type; local
54 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
57 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type);
66 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type,
113 switch (fh->fh_type) {
H A Dfc_libfc.c173 fh->fh_type = in_fh->fh_type;
H A Dfc_exch.c961 * @fh_type: The frame header type
964 enum fc_rctl rctl, enum fc_fh_type fh_type)
971 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0);
1001 fh->fh_type = FC_TYPE_BLS;
1075 fh->fh_type = FC_TYPE_BLS;
1304 if (fh->fh_type != FC_TYPE_FCP && fr_eof(fp) == FC_EOF_T &&
1424 if (ep->fh_type != FC_TYPE_FCP &&
1832 ep->fh_type = fh->fh_type; /* save for possbile timeout handling */
2198 if (fh->fh_type
963 fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, enum fc_rctl rctl, enum fc_fh_type fh_type) argument
[all...]
H A Dfc_lport.c867 else if (fh->fh_type == FC_TYPE_ELS &&
1071 if (fh && ct && fh->fh_type == FC_TYPE_CT &&
1686 fh->fh_type = FC_TYPE_ELS;
1745 fh->fh_type = FC_TYPE_CT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_inode.h38 int fh_len, int fh_type);
40 int fh_len, int fh_type);
H A Dnamei.c1522 int fh_len, int fh_type)
1524 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
1529 int fh_len, int fh_type)
1531 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
1521 jfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
1528 jfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dexportfs.h153 int fh_len, int fh_type);
155 int fh_len, int fh_type);
172 struct fid *fid, int fh_len, int fh_type,
175 struct fid *fid, int fh_len, int fh_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dexport.c91 struct fid *fid, int fh_len, int fh_type)
93 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT)
102 struct fid *fid, int fh_len, int fh_type)
104 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4)
90 squashfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
101 squashfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Dnamei.c95 int fh_len, int fh_type)
97 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
102 int fh_len, int fh_type)
104 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
94 efs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
101 efs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
H A Defs.h134 int fh_len, int fh_type);
136 int fh_len, int fh_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dexport.c121 int fh_len, int fh_type)
127 if (fh_type == FILEID_BTRFS_WITH_PARENT) {
131 } else if (fh_type == FILEID_BTRFS_WITH_PARENT_ROOT) {
145 int fh_len, int fh_type)
151 if ((fh_type != FILEID_BTRFS_WITH_PARENT ||
153 (fh_type != FILEID_BTRFS_WITH_PARENT_ROOT ||
155 (fh_type != FILEID_BTRFS_WITHOUT_PARENT ||
120 btrfs_fh_to_parent(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
144 btrfs_fh_to_dentry(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dexport.c162 struct fid *fid, int fh_len, int fh_type)
166 if (fh_len < 3 || fh_type > 2)
174 struct fid *fid, int fh_len, int fh_type)
178 if (fh_type != 2)
161 isofs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
173 isofs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dexport.c168 int fh_len, int fh_type)
170 if (fh_type == 1)
178 int fh_len, int fh_type)
186 if (fh_type == 1)
167 ceph_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
176 ceph_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dexport.c207 int fh_len, int fh_type)
212 switch (fh_type) {
227 int fh_len, int fh_type)
232 switch (fh_type) {
206 gfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
226 gfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dsuper.c94 int fh_len, int fh_type)
96 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
101 int fh_len, int fh_type)
103 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
93 jffs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
100 jffs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dnamei.c368 int fh_len, int fh_type)
370 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
375 int fh_len, int fh_type)
377 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
367 ntfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
374 ntfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dfc_encode.h63 fh->fh_type = type;
114 * @fh_type: pointer to FC-4 type.
119 enum fc_fh_type *fh_type)
179 *fh_type = FC_TYPE_CT;
345 enum fc_rctl *r_ctl, enum fc_fh_type *fh_type)
389 *fh_type = FC_TYPE_ELS;
116 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) argument
342 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dsuper.c781 struct fid *fid, int fh_len, int fh_type)
783 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
788 struct fid *fid, int fh_len, int fh_type)
790 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
780 exofs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
787 exofs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c1539 int fh_len, int fh_type)
1553 if (fh_type > fh_len) {
1554 if (fh_type != 6 || fh_len != 5)
1557 fh_type, fh_len);
1558 fh_type = 5;
1562 (fh_type == 3 || fh_type >= 5) ? fid->raw[2] : 0);
1566 int fh_len, int fh_type)
1568 if (fh_type < 4)
1572 (fh_type >
1538 reiserfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
1565 reiserfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlibfs.c824 * @fh_type: type of file handle
832 int fh_len, int fh_type, struct inode *(*get_inode)
840 switch (fh_type) {
856 * @fh_type: type of file handle
865 int fh_len, int fh_type, struct inode *(*get_inode)
873 switch (fh_type) {
831 generic_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)) argument
864 generic_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsuper.c570 int fh_type)
572 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
578 int fh_type)
580 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
569 nilfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
577 nilfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/fc/
H A Dfc_fs.h40 __u8 fh_type; /* see enum fc_fh_type below */ member in struct:fc_frame_header
184 * fh_type codes
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Dinode.c672 struct fid *fid, int fh_len, int fh_type)
676 if ((fh_type != 0x81 && fh_type != 0x82) || fh_len < 3)
686 struct fid *fid, int fh_len, int fh_type)
690 if (fh_type != 0x82 || fh_len < 6)
671 fuse_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
685 fuse_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dsuper.c331 int fh_len, int fh_type)
333 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
338 int fh_len, int fh_type)
340 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
330 ext2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
337 ext2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument

Completed in 145 milliseconds

12