Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/samples/fanotify/
H A Dfs-monitor.c46 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 Dfdinfo.c58 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 Dfdinfo.c59 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 Dfhandle.c52 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 Dfhandle.c55 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 Dvmwgfx_drm.h83 enum drm_vmw_handle_type handle_type; member
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c933 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 Dvmwgfx_surface.c902 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 Dvmwgfx_drm.h208 * @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 Dvmwgfx_drm.h219 * @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 Dvmwgfx_drm.h98 enum drm_vmw_handle_type handle_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dvmwgfx_drm.h98 enum drm_vmw_handle_type handle_type; member
/kernel/linux/linux-5.10/fs/ext4/
H A Dialloc.c926 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 Dext4.h2759 int handle_type, unsigned int line_no,
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify_user.c462 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 Dialloc.c927 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 Dext4.h2849 int handle_type, unsigned int line_no,
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify_user.c277 handle.handle_type = fh->type; in copy_info_to_user()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h963 int handle_type; member
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1037 int handle_type; member

Completed in 50 milliseconds