Searched refs:handle_type (Results 1 – 11 of 11) sorted by relevance
60 handle->handle_type = retval; in do_sys_name_to_handle()89 handle->handle_type |= FILEID_IS_CONNECTABLE; in do_sys_name_to_handle()91 handle->handle_type |= FILEID_IS_DIR; in do_sys_name_to_handle()275 handle_dwords, handle->handle_type, in do_handle_to_path()354 if (f_handle.handle_type < 0 || in handle_to_path()355 FILEID_USER_FLAGS(f_handle.handle_type) & ~FILEID_VALID_USER_FLAGS) in handle_to_path()389 if (f_handle.handle_type & FILEID_IS_CONNECTABLE) { in handle_to_path()393 if (f_handle.handle_type & FILEID_IS_DIR) in handle_to_path()396 handle->handle_type &= ~FILEID_USER_FLAGS_MASK; in handle_to_path()
18 u8 handle_type; in pvr_check_sync_op() local23 handle_type = sync_op->flags & DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_MASK; in pvr_check_sync_op()24 if (handle_type != DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_SYNCOBJ && in pvr_check_sync_op()25 handle_type != DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_TIMELINE_SYNCOBJ) in pvr_check_sync_op()28 if (handle_type == DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_SYNCOBJ && in pvr_check_sync_op()
741 parent_handle->handle_type = FILEID_NSFS; in TEST()749 child_handle->handle_type = FILEID_NSFS; in TEST()1061 gp_handle->handle_type = FILEID_NSFS; in TEST()1069 p_handle->handle_type = FILEID_NSFS; in TEST()1077 c_handle->handle_type = FILEID_NSFS; in TEST()1226 p_handle->handle_type = FILEID_NSFS; in TEST()1234 c1_handle->handle_type = FILEID_NSFS; in TEST()1242 c2_handle->handle_type = FILEID_NSFS; in TEST()1394 u_handle->handle_type = FILEID_NSFS; in TEST()1402 n_handle->handle_type = FILEID_NSFS; in TEST()[all …]
804 handle->handle_type = FILEID_NSFS; in TEST()1009 handle->handle_type = FILEID_NSFS; in TEST()1326 handle->handle_type = FILEID_NSFS; in TEST()
101 fh->handle_type = 0; in TEST()
59 f->handle_type = ret; in show_mark_fhandle()63 f->handle_bytes, f->handle_type); in show_mark_fhandle()
337 u8 handle_type; in panthor_check_sync_op() local342 handle_type = sync_op->flags & DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK; in panthor_check_sync_op()343 if (handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op()344 handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_TIMELINE_SYNCOBJ) in panthor_check_sync_op()347 if (handle_type == DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op()
984 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() argument993 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference()1016 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference()1053 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference()1083 req->handle_type, &base); in vmw_surface_reference_ioctl()1703 req->handle_type, &base); in vmw_gb_surface_reference_internal()
229 enum drm_vmw_handle_type handle_type; member
596 handle.handle_type = fh->type; in copy_fid_info_to_user()601 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
1304 int handle_type; member