Home
last modified time | relevance | path

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

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dexportfs.h202 int fh_len, int fh_type);
204 int fh_len, int fh_type);
232 struct fid *fid, int fh_len,
237 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
244 struct fid *fid, int fh_len, int fh_type,
247 struct fid *fid, int fh_len, int fh_type,
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dexportfs.h202 int fh_len, int fh_type);
204 int fh_len, int fh_type);
232 struct fid *fid, int fh_len,
237 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
244 struct fid *fid, int fh_len, int fh_type,
247 struct fid *fid, int fh_len, int fh_type,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dexportfs.h202 int fh_len, int fh_type);
204 int fh_len, int fh_type);
232 struct fid *fid, int fh_len,
237 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
244 struct fid *fid, int fh_len, int fh_type,
247 struct fid *fid, int fh_len, int fh_type,
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/fat/
H A Dnfs.c143 int fh_len, int fh_type) in fat_fh_to_dentry() argument
145 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
150 struct fid *fh, int fh_len, in fat_fh_to_dentry_nostale() argument
159 if (fh_len < FAT_FID_SIZE_WITHOUT_PARENT) in fat_fh_to_dentry_nostale()
163 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_dentry_nostale()
181 int fh_len, int fh_type) in fat_fh_to_parent() argument
183 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent()
188 struct fid *fh, int fh_len, in fat_fh_to_parent_nostale() argument
195 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_parent_nostale()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/fat/
H A Dnfs.c143 int fh_len, int fh_type) in fat_fh_to_dentry() argument
145 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
150 struct fid *fh, int fh_len, in fat_fh_to_dentry_nostale() argument
159 if (fh_len < FAT_FID_SIZE_WITHOUT_PARENT) in fat_fh_to_dentry_nostale()
163 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_dentry_nostale()
181 int fh_len, int fh_type) in fat_fh_to_parent() argument
183 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent()
188 struct fid *fh, int fh_len, in fat_fh_to_parent_nostale() argument
195 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_parent_nostale()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/fat/
H A Dnfs.c143 int fh_len, int fh_type) in fat_fh_to_dentry() argument
145 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
150 struct fid *fh, int fh_len, in fat_fh_to_dentry_nostale() argument
159 if (fh_len < FAT_FID_SIZE_WITHOUT_PARENT) in fat_fh_to_dentry_nostale()
163 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_dentry_nostale()
181 int fh_len, int fh_type) in fat_fh_to_parent() argument
183 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent()
188 struct fid *fh, int fh_len, in fat_fh_to_parent_nostale() argument
195 if (fh_len < FAT_FID_SIZE_WITH_PARENT) in fat_fh_to_parent_nostale()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/isofs/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/isofs/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/isofs/
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dexport.c89 int fh_len, int fh_type) in btrfs_fh_to_parent() argument
96 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent()
100 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) in btrfs_fh_to_parent()
113 int fh_len, int fh_type) in btrfs_fh_to_dentry() argument
120 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry()
122 fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) && in btrfs_fh_to_dentry()
124 fh_len < BTRFS_FID_SIZE_NON_CONNECTABLE)) in btrfs_fh_to_dentry()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dexport.c89 int fh_len, int fh_type) in btrfs_fh_to_parent() argument
96 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent()
100 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) in btrfs_fh_to_parent()
113 int fh_len, int fh_type) in btrfs_fh_to_dentry() argument
120 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry()
122 fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) && in btrfs_fh_to_dentry()
124 fh_len < BTRFS_FID_SIZE_NON_CONNECTABLE)) in btrfs_fh_to_dentry()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dexport.c89 int fh_len, int fh_type) in btrfs_fh_to_parent() argument
96 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent()
100 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) in btrfs_fh_to_parent()
113 int fh_len, int fh_type) in btrfs_fh_to_dentry() argument
120 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry()
122 fh_len < BTRFS_FID_SIZE_CONNECTABLE_ROOT) && in btrfs_fh_to_dentry()
124 fh_len < BTRFS_FID_SIZE_NON_CONNECTABLE)) in btrfs_fh_to_dentry()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/efs/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/efs/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/efs/
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/squashfs/
H A Dexport.c83 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() argument
86 || fh_len < 2) in squashfs_fh_to_dentry()
94 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent() argument
96 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4) in squashfs_fh_to_parent()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/squashfs/
H A Dexport.c83 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() argument
86 || fh_len < 2) in squashfs_fh_to_dentry()
94 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent() argument
96 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4) in squashfs_fh_to_parent()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/squashfs/
H A Dexport.c83 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() argument
86 || fh_len < 2) in squashfs_fh_to_dentry()
94 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent() argument
96 if (fh_type != FILEID_INO32_GEN_PARENT || fh_len < 4) in squashfs_fh_to_parent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/kernfs/
H A Dmount.c72 struct fid *fid, int fh_len, in __kernfs_fh_to_dentry() argument
80 if (fh_len < 2) in __kernfs_fh_to_dentry()
124 struct fid *fid, int fh_len, in kernfs_fh_to_dentry() argument
127 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false); in kernfs_fh_to_dentry()
131 struct fid *fid, int fh_len, in kernfs_fh_to_parent() argument
134 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true); in kernfs_fh_to_parent()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/kernfs/
H A Dmount.c72 struct fid *fid, int fh_len, in __kernfs_fh_to_dentry() argument
80 if (fh_len < 2) in __kernfs_fh_to_dentry()
124 struct fid *fid, int fh_len, in kernfs_fh_to_dentry() argument
127 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false); in kernfs_fh_to_dentry()
131 struct fid *fid, int fh_len, in kernfs_fh_to_parent() argument
134 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true); in kernfs_fh_to_parent()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/kernfs/
H A Dmount.c72 struct fid *fid, int fh_len, in __kernfs_fh_to_dentry() argument
80 if (fh_len < 2) in __kernfs_fh_to_dentry()
124 struct fid *fid, int fh_len, in kernfs_fh_to_dentry() argument
127 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, false); in kernfs_fh_to_dentry()
131 struct fid *fid, int fh_len, in kernfs_fh_to_parent() argument
134 return __kernfs_fh_to_dentry(sb, fid, fh_len, fh_type, true); in kernfs_fh_to_parent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_export.c159 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument
164 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_dentry()
183 int fh_len, int fileid_type) in xfs_fs_fh_to_parent() argument
188 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_parent()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_export.c159 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument
164 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_dentry()
183 int fh_len, int fileid_type) in xfs_fs_fh_to_parent() argument
188 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_parent()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_export.c159 int fh_len, int fileid_type) in xfs_fs_fh_to_dentry() argument
164 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_dentry()
183 int fh_len, int fileid_type) in xfs_fs_fh_to_parent() argument
188 if (fh_len < xfs_fileid_length(fileid_type)) in xfs_fs_fh_to_parent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/notify/fanotify/
H A Dfanotify_user.c112 int info_len = fh_len; in fanotify_fid_info_len()
139 if (fh_len) in fanotify_event_info_len()
313 size_t fh_len = fh ? fh->len : 0; in copy_info_to_user() local
320 if (!fh_len) in copy_info_to_user()
356 handle.handle_bytes = fh_len; in copy_info_to_user()
362 if (WARN_ON_ONCE(len < fh_len)) in copy_info_to_user()
370 if (fh_len <= FANOTIFY_INLINE_FH_LEN) { in copy_info_to_user()
371 memcpy(bounce, fh_buf, fh_len); in copy_info_to_user()
374 if (copy_to_user(buf, fh_buf, fh_len)) in copy_info_to_user()
377 buf += fh_len; in copy_info_to_user()
[all …]

12345