Searched refs:handle_type (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/samples/fanotify/ |
D | fs-monitor.c | 46 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()
|
/linux-6.12.1/drivers/gpu/drm/imagination/ |
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-6.12.1/fs/notify/ |
D | fdinfo.c | 55 f->handle_type = ret; in show_mark_fhandle() 59 f->handle_bytes, f->handle_type); in show_mark_fhandle()
|
/linux-6.12.1/fs/ |
D | fhandle.c | 52 handle->handle_type = retval; in do_sys_name_to_handle() 226 handle_dwords, handle->handle_type, in do_handle_to_path()
|
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | panthor_drv.c | 327 u8 handle_type; in panthor_check_sync_op() local 332 handle_type = sync_op->flags & DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK; in panthor_check_sync_op() 333 if (handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op() 334 handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_TIMELINE_SYNCOBJ) in panthor_check_sync_op() 337 if (handle_type == DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op()
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 1015 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() argument 1024 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 1047 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 1084 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference() 1114 req->handle_type, &base); in vmw_surface_reference_ioctl() 1727 req->handle_type, &base); in vmw_gb_surface_reference_internal()
|
/linux-6.12.1/include/uapi/drm/ |
D | vmwgfx_drm.h | 229 enum drm_vmw_handle_type handle_type; member
|
/linux-6.12.1/fs/ext4/ |
D | ialloc.c | 927 int handle_type, unsigned int line_no, in __ext4_new_inode() argument 1079 line_no, handle_type, nblocks, 0, in __ext4_new_inode()
|
D | ext4.h | 2877 int handle_type, unsigned int line_no,
|
/linux-6.12.1/fs/notify/fanotify/ |
D | fanotify_user.c | 461 handle.handle_type = fh->type; in copy_fid_info_to_user() 466 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 1074 int handle_type; member
|