Searched refs:handle_type (Results 1 – 13 of 13) 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/fs/notify/ |
| H A D | fdinfo.c | 59 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 D | panthor_drv.c | 339 u8 handle_type; in panthor_check_sync_op() 344 handle_type = sync_op->flags & DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK; in panthor_check_sync_op() 345 if (handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op() 346 handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_TIMELINE_SYNCOBJ) in panthor_check_sync_op() 349 if (handle_type == DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op() 337 u8 handle_type; panthor_check_sync_op() local
|
| /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,
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 596 handle.handle_type = fh->type; in copy_fid_info_to_user() 599 /* Mangle handle_type for bad file_handle */ in copy_fid_info_to_user() 601 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
|
| /linux/include/linux/ |
| H A D | fs.h | 1305 int handle_type; 1304 int handle_type; global() member
|