Searched refs:handle_type (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ |
| H A D | fhandle.c | 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()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_sync.c | 18 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 D | ns_active_ref_test.c | 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 …]
|
| H A D | siocgskns_test.c | 804 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 D | listns_test.c | 101 fh->handle_type = 0; in TEST()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_surface.c | 984 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 D | vmwgfx_drm.h | 229 enum drm_vmw_handle_type handle_type; member
|
| /linux/fs/ext4/ |
| H A D | ialloc.c | 935 int handle_type, unsigned int line_no, in __ext4_new_inode() argument 1088 line_no, handle_type, nblocks, 0, in __ext4_new_inode()
|
| H A D | ext4.h | 2943 int handle_type, unsigned int line_no,
|