Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 11 of 11) sorted by relevance

/linux/fs/
H A Dfhandle.c60 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()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_sync.c18 u8 handle_type; in pvr_check_sync_op() local
23 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()
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c741 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 …]
H A Dsiocgskns_test.c804 handle->handle_type = FILEID_NSFS; in TEST()
1009 handle->handle_type = FILEID_NSFS; in TEST()
1326 handle->handle_type = FILEID_NSFS; in TEST()
H A Dlistns_test.c101 fh->handle_type = 0; in TEST()
/linux/fs/notify/
H A Dfdinfo.c59 f->handle_type = ret; in show_mark_fhandle()
63 f->handle_bytes, f->handle_type); in show_mark_fhandle()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c337 u8 handle_type; in panthor_check_sync_op() local
342 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()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c984 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() argument
993 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()
/linux/include/uapi/drm/
H A Dvmwgfx_drm.h229 enum drm_vmw_handle_type handle_type; member
/linux/fs/notify/fanotify/
H A Dfanotify_user.c596 handle.handle_type = fh->type; in copy_fid_info_to_user()
601 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
/linux/include/linux/
H A Dfs.h1304 int handle_type; member