Home
last modified time | relevance | path

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

/linux-6.15/samples/fanotify/
H A Dfs-monitor.c46 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.15/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()
258 handle_dwords, handle->handle_type, in do_handle_to_path()
351 if (f_handle.handle_type < 0 || in handle_to_path()
352 FILEID_USER_FLAGS(f_handle.handle_type) & ~FILEID_VALID_USER_FLAGS) { in handle_to_path()
377 if (f_handle.handle_type & FILEID_IS_CONNECTABLE) { in handle_to_path()
381 if (f_handle.handle_type & FILEID_IS_DIR) in handle_to_path()
384 handle->handle_type &= ~FILEID_USER_FLAGS_MASK; in handle_to_path()
/linux-6.15/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-6.15/fs/notify/
H A Dfdinfo.c53 f->handle_type = ret; in show_mark_fhandle()
57 f->handle_bytes, f->handle_type); in show_mark_fhandle()
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c334 u8 handle_type; in panthor_check_sync_op() local
339 handle_type = sync_op->flags & DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK; in panthor_check_sync_op()
340 if (handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op()
341 handle_type != DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_TIMELINE_SYNCOBJ) in panthor_check_sync_op()
344 if (handle_type == DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_SYNCOBJ && in panthor_check_sync_op()
/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1015 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.15/include/uapi/drm/
H A Dvmwgfx_drm.h229 enum drm_vmw_handle_type handle_type; member
/linux-6.15/fs/ext4/
H A Dialloc.c929 int handle_type, unsigned int line_no, in __ext4_new_inode() argument
1082 line_no, handle_type, nblocks, 0, in __ext4_new_inode()
H A Dext4.h2887 int handle_type, unsigned int line_no,
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c502 handle.handle_type = fh->type; in copy_fid_info_to_user()
507 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
/linux-6.15/include/linux/
H A Dfs.h1126 int handle_type; member