Searched refs:handle_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.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-v6.1/fs/notify/ |
D | fdinfo.c | 59 f.handle.handle_type = ret; in show_mark_fhandle() 63 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
|
/Linux-v6.1/fs/ |
D | fhandle.c | 52 handle->handle_type = retval; in do_sys_name_to_handle() 154 handle_dwords, handle->handle_type, in do_handle_to_path()
|
/Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 896 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() argument 905 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 924 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 961 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference() 991 req->handle_type, &base); in vmw_surface_reference_ioctl() 1604 req->handle_type, &base); in vmw_gb_surface_reference_internal()
|
/Linux-v6.1/include/uapi/drm/ |
D | vmwgfx_drm.h | 228 enum drm_vmw_handle_type handle_type; member
|
/Linux-v6.1/fs/notify/fanotify/ |
D | fanotify_user.c | 422 handle.handle_type = fh->type; in copy_fid_info_to_user() 427 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
|
/Linux-v6.1/fs/ext4/ |
D | ialloc.c | 928 int handle_type, unsigned int line_no, in __ext4_new_inode() argument 1080 handle_type, nblocks, 0, in __ext4_new_inode()
|
D | ext4.h | 2852 int handle_type, unsigned int line_no,
|
/Linux-v6.1/include/linux/ |
D | fs.h | 983 int handle_type; member
|