/kernel/linux/linux-6.6/samples/fanotify/ |
H A D | fs-monitor.c | 46 if (fh->handle_type == FILEID_INO32_GEN) in print_fh() 48 else if (fh->handle_type == FILEID_INVALID && !fh->handle_bytes) in print_fh() 49 printf("Type %d (Superblock error)\n", fh->handle_type); in print_fh() 51 printf("Type %d (Unknown)\n", fh->handle_type); in print_fh()
|
/kernel/linux/linux-5.10/fs/notify/ |
H A D | fdinfo.c | 58 f.handle.handle_type = ret; in show_mark_fhandle() 62 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
|
/kernel/linux/linux-6.6/fs/notify/ |
H A D | fdinfo.c | 59 f.handle.handle_type = ret; in show_mark_fhandle() 63 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
|
/kernel/linux/linux-5.10/fs/ |
H A D | fhandle.c | 52 handle->handle_type = retval; in do_sys_name_to_handle() 154 handle_dwords, handle->handle_type, in do_handle_to_path()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fhandle.c | 55 handle->handle_type = retval; in do_sys_name_to_handle() 161 handle_dwords, handle->handle_type, in do_handle_to_path()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 83 enum drm_vmw_handle_type handle_type; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_surface.c | 933 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() 942 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 962 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 1000 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference() 1030 req->handle_type, &base); in vmw_surface_reference_ioctl() 1657 req->handle_type, &base); in vmw_gb_surface_reference_internal() 930 vmw_surface_handle_reference(struct vmw_private *dev_priv, struct drm_file *file_priv, uint32_t u_handle, enum drm_vmw_handle_type handle_type, struct ttm_base_object **base_p) vmw_surface_handle_reference() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_surface.c | 902 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() 911 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 930 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 967 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference() 997 req->handle_type, &base); in vmw_surface_reference_ioctl() 1606 req->handle_type, &base); in vmw_gb_surface_reference_internal() 899 vmw_surface_handle_reference(struct vmw_private *dev_priv, struct drm_file *file_priv, uint32_t u_handle, enum drm_vmw_handle_type handle_type, struct ttm_base_object **base_p) vmw_surface_handle_reference() argument
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | vmwgfx_drm.h | 208 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl. 217 enum drm_vmw_handle_type handle_type; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | vmwgfx_drm.h | 219 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl. 228 enum drm_vmw_handle_type handle_type; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 98 enum drm_vmw_handle_type handle_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 98 enum drm_vmw_handle_type handle_type; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ialloc.c | 926 int handle_type, unsigned int line_no, in __ext4_new_inode() 1078 handle_type, nblocks, 0, in __ext4_new_inode() 923 __ext4_new_inode(handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner, __u32 i_flags, int handle_type, unsigned int line_no, int nblocks) __ext4_new_inode() argument
|
H A D | ext4.h | 2759 int handle_type, unsigned int line_no,
|
/kernel/linux/linux-6.6/fs/notify/fanotify/ |
H A D | fanotify_user.c | 462 handle.handle_type = fh->type; in copy_fid_info_to_user() 465 /* Mangle handle_type for bad file_handle */ in copy_fid_info_to_user() 467 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ialloc.c | 927 int handle_type, unsigned int line_no, in __ext4_new_inode() 1079 line_no, handle_type, nblocks, 0, in __ext4_new_inode() 923 __ext4_new_inode(struct mnt_idmap *idmap, handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner, __u32 i_flags, int handle_type, unsigned int line_no, int nblocks) __ext4_new_inode() argument
|
H A D | ext4.h | 2849 int handle_type, unsigned int line_no,
|
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
H A D | fanotify_user.c | 277 handle.handle_type = fh->type; in copy_info_to_user()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 963 int handle_type; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 1037 int handle_type; member
|