Home
last modified time | relevance | path

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

/Linux-v6.1/samples/fanotify/
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-v6.1/fs/notify/
Dfdinfo.c59 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/
Dfhandle.c52 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/
Dvmwgfx_surface.c896 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/
Dvmwgfx_drm.h228 enum drm_vmw_handle_type handle_type; member
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c422 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/
Dialloc.c928 int handle_type, unsigned int line_no, in __ext4_new_inode() argument
1080 handle_type, nblocks, 0, in __ext4_new_inode()
Dext4.h2852 int handle_type, unsigned int line_no,
/Linux-v6.1/include/linux/
Dfs.h983 int handle_type; member