/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_elsct.c | 39 enum fc_fh_type fh_type; in fc_elsct_send() local 44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send() 47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send() 55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send() 102 switch (fh->fh_type) { in fc_els_resp_type()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_elsct.c | 39 enum fc_fh_type fh_type; in fc_elsct_send() local 44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send() 47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send() 55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send() 102 switch (fh->fh_type) { in fc_els_resp_type()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | export.c | 83 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() 85 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT) in squashfs_fh_to_dentry() 94 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent() 96 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4) in squashfs_fh_to_parent() 82 squashfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) squashfs_fh_to_dentry() argument 93 squashfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) squashfs_fh_to_parent() argument
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | export.c | 83 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() 85 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT) in squashfs_fh_to_dentry() 94 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent() 96 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4) in squashfs_fh_to_parent() 82 squashfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) squashfs_fh_to_dentry() argument 93 squashfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) squashfs_fh_to_parent() argument
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | nfs.c | 149 int fh_len, int fh_type) in fat_fh_to_dentry() 151 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry() 157 int fh_type) in fat_fh_to_dentry_nostale() 163 switch (fh_type) { in fat_fh_to_dentry_nostale() 187 int fh_len, int fh_type) in fat_fh_to_parent() 189 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent() 195 int fh_type) in fat_fh_to_parent_nostale() 204 switch (fh_type) { in fat_fh_to_parent_nostale() 148 fat_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) fat_fh_to_dentry() argument 155 fat_fh_to_dentry_nostale(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) fat_fh_to_dentry_nostale() argument 186 fat_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) fat_fh_to_parent() argument 193 fat_fh_to_parent_nostale(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) fat_fh_to_parent_nostale() argument
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | nfs.c | 149 int fh_len, int fh_type) in fat_fh_to_dentry() 151 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry() 157 int fh_type) in fat_fh_to_dentry_nostale() 163 switch (fh_type) { in fat_fh_to_dentry_nostale() 187 int fh_len, int fh_type) in fat_fh_to_parent() 189 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent() 195 int fh_type) in fat_fh_to_parent_nostale() 204 switch (fh_type) { in fat_fh_to_parent_nostale() 148 fat_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) fat_fh_to_dentry() argument 155 fat_fh_to_dentry_nostale(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) fat_fh_to_dentry_nostale() argument 186 fat_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) fat_fh_to_parent() argument 193 fat_fh_to_parent_nostale(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) fat_fh_to_parent_nostale() argument
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | export.c | 163 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_dentry() 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() 179 if (fh_len < 2 || fh_type != 2) in isofs_fh_to_parent() 162 isofs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) isofs_fh_to_dentry() argument 174 isofs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) isofs_fh_to_parent() argument
|
/kernel/linux/linux-5.10/fs/efs/ |
H A D | namei.c | 97 int fh_len, int fh_type) in efs_fh_to_dentry() 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() 106 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in efs_fh_to_parent() 96 efs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) efs_fh_to_dentry() argument 103 efs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) efs_fh_to_parent() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | exportfs.h | 202 int fh_len, int fh_type); 204 int fh_len, int fh_type); 230 struct fid *fid, int fh_len, int fh_type, 233 struct fid *fid, int fh_len, int fh_type,
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | namei.c | 97 int fh_len, int fh_type) in efs_fh_to_dentry() 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() 106 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in efs_fh_to_parent() 96 efs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) efs_fh_to_dentry() argument 103 efs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) efs_fh_to_parent() argument
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | export.c | 163 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_dentry() 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() 179 if (fh_len < 2 || fh_type != 2) in isofs_fh_to_parent() 162 isofs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) isofs_fh_to_dentry() argument 174 isofs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) isofs_fh_to_parent() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | exportfs.h | 205 int fh_len, int fh_type); 207 int fh_len, int fh_type); 256 struct fid *fid, int fh_len, int fh_type, 259 struct fid *fid, int fh_len, int fh_type,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | export.c | 89 int fh_len, int fh_type) in btrfs_fh_to_parent() 95 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in btrfs_fh_to_parent() 99 } else if (fh_type == FILEID_BTRFS_WITH_PARENT_ROOT) { in btrfs_fh_to_parent() 113 int fh_len, int fh_type) in btrfs_fh_to_dentry() 119 if ((fh_type != FILEID_BTRFS_WITH_PARENT || in btrfs_fh_to_dentry() 121 (fh_type != FILEID_BTRFS_WITH_PARENT_ROOT || in btrfs_fh_to_dentry() 123 (fh_type != FILEID_BTRFS_WITHOUT_PARENT || in btrfs_fh_to_dentry() 88 btrfs_fh_to_parent(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) btrfs_fh_to_parent() argument 112 btrfs_fh_to_dentry(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) btrfs_fh_to_dentry() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | export.c | 102 int fh_len, int fh_type) in btrfs_fh_to_parent() 108 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in btrfs_fh_to_parent() 112 } else if (fh_type == FILEID_BTRFS_WITH_PARENT_ROOT) { in btrfs_fh_to_parent() 126 int fh_len, int fh_type) in btrfs_fh_to_dentry() 132 if ((fh_type != FILEID_BTRFS_WITH_PARENT || in btrfs_fh_to_dentry() 134 (fh_type != FILEID_BTRFS_WITH_PARENT_ROOT || in btrfs_fh_to_dentry() 136 (fh_type != FILEID_BTRFS_WITHOUT_PARENT || in btrfs_fh_to_dentry() 101 btrfs_fh_to_parent(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) btrfs_fh_to_parent() argument 125 btrfs_fh_to_dentry(struct super_block *sb, struct fid *fh, int fh_len, int fh_type) btrfs_fh_to_dentry() argument
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | mount.c | 73 int fh_type, bool get_parent) in __kernfs_fh_to_dentry() 83 switch (fh_type) { in __kernfs_fh_to_dentry() 125 int fh_type) in kernfs_fh_to_dentry() 127 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false); in kernfs_fh_to_dentry() 132 int fh_type) in kernfs_fh_to_parent() 134 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true); in kernfs_fh_to_parent() 71 __kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, bool get_parent) __kernfs_fh_to_dentry() argument 123 kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) kernfs_fh_to_dentry() argument 130 kernfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) kernfs_fh_to_parent() argument
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | mount.c | 83 int fh_type, bool get_parent) in __kernfs_fh_to_dentry() 93 switch (fh_type) { in __kernfs_fh_to_dentry() 135 int fh_type) in kernfs_fh_to_dentry() 137 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false); in kernfs_fh_to_dentry() 142 int fh_type) in kernfs_fh_to_parent() 144 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true); in kernfs_fh_to_parent() 81 __kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, bool get_parent) __kernfs_fh_to_dentry() argument 133 kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) kernfs_fh_to_dentry() argument 140 kernfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) kernfs_fh_to_parent() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_inode.h | 24 int fh_len, int fh_type); 26 int fh_len, int fh_type);
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | export.c | 147 int fh_len, int fh_type) in gfs2_fh_to_dentry() 152 switch (fh_type) { in gfs2_fh_to_dentry() 169 int fh_len, int fh_type) in gfs2_fh_to_parent() 174 switch (fh_type) { in gfs2_fh_to_parent() 146 gfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) gfs2_fh_to_dentry() argument 168 gfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) gfs2_fh_to_parent() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | export.c | 253 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_dentry() 257 if (fh_len < 3 || fh_type > 2) in ocfs2_fh_to_dentry() 267 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_parent() 271 if (fh_type != 2 || fh_len < 6) in ocfs2_fh_to_parent() 252 ocfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ocfs2_fh_to_dentry() argument 266 ocfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ocfs2_fh_to_parent() argument
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | export.c | 147 int fh_len, int fh_type) in gfs2_fh_to_dentry() 152 switch (fh_type) { in gfs2_fh_to_dentry() 169 int fh_len, int fh_type) in gfs2_fh_to_parent() 174 switch (fh_type) { in gfs2_fh_to_parent() 146 gfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) gfs2_fh_to_dentry() argument 168 gfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) gfs2_fh_to_parent() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | export.c | 251 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_dentry() 255 if (fh_len < 3 || fh_type > 2) in ocfs2_fh_to_dentry() 265 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_parent() 269 if (fh_type != 2 || fh_len < 6) in ocfs2_fh_to_parent() 250 ocfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ocfs2_fh_to_dentry() argument 264 ocfs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ocfs2_fh_to_parent() argument
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_inode.h | 26 int fh_len, int fh_type); 28 int fh_len, int fh_type);
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | fc_encode.h | 51 fh->fh_type = type; in __fc_fill_fc_hdr() 117 * @fh_type: pointer to FC-4 type. 122 enum fc_fh_type *fh_type) in fc_ct_ns_fill() 190 *fh_type = FC_TYPE_CT; in fc_ct_ns_fill() 201 * @fh_type: pointer to FC-4 type. 206 enum fc_fh_type *fh_type) in fc_ct_ms_fill() 484 *fh_type = FC_TYPE_CT; in fc_ct_ms_fill() 495 * @fh_type: pointer to FC-4 type. 500 enum fc_fh_type *fh_type, u32 *did) in fc_ct_fill() 506 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type); in fc_ct_fill() 119 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) fc_ct_ns_fill() argument 203 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) fc_ct_ms_fill() argument 497 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) fc_ct_fill() argument 677 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) fc_els_fill() argument [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | export.c | 285 int fh_len, int fh_type) in ceph_fh_to_dentry() 289 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in ceph_fh_to_dentry() 294 if (fh_type != FILEID_INO32_GEN && in ceph_fh_to_dentry() 295 fh_type != FILEID_INO32_GEN_PARENT) in ceph_fh_to_dentry() 402 int fh_len, int fh_type) in ceph_fh_to_parent() 407 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in ceph_fh_to_parent() 412 if (fh_type != FILEID_INO32_GEN_PARENT) in ceph_fh_to_parent() 283 ceph_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ceph_fh_to_dentry() argument 400 ceph_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ceph_fh_to_parent() argument
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | export.c | 772 static struct ovl_fh *ovl_fid_to_fh(struct fid *fid, int buflen, int fh_type) in ovl_fid_to_fh() argument 777 if (fh_type == OVL_FILEID_V1) in ovl_fid_to_fh() 780 if (fh_type != OVL_FILEID_V0) in ovl_fid_to_fh() 796 int fh_len, int fh_type) in ovl_fh_to_dentry() 804 fh = ovl_fid_to_fh(fid, len, fh_type); in ovl_fh_to_dentry() 830 fh_len, fh_type, flags, err); in ovl_fh_to_dentry() 836 int fh_len, int fh_type) in ovl_fh_to_parent() 795 ovl_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ovl_fh_to_dentry() argument 835 ovl_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) ovl_fh_to_parent() argument
|