Searched refs:handle_type (Results 1 – 9 of 9) sorted by relevance
/linux/samples/fanotify/ |
A 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/fs/notify/ |
A D | fdinfo.c | 58 f.handle.handle_type = ret; in show_mark_fhandle() 62 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
|
/linux/fs/ |
A 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/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_surface.c | 930 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() argument 939 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 959 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 997 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference() 1027 req->handle_type, &base); in vmw_surface_reference_ioctl() 1648 req->handle_type, &base); in vmw_gb_surface_reference_internal()
|
/linux/include/uapi/drm/ |
A D | vmwgfx_drm.h | 220 enum drm_vmw_handle_type handle_type; member
|
/linux/fs/notify/fanotify/ |
A D | fanotify_user.c | 401 handle.handle_type = fh->type; in copy_fid_info_to_user() 406 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
|
/linux/fs/ext4/ |
A D | ialloc.c | 929 int handle_type, unsigned int line_no, in __ext4_new_inode() argument 1081 handle_type, nblocks, 0, in __ext4_new_inode()
|
A D | ext4.h | 2890 int handle_type, unsigned int line_no,
|
/linux/include/linux/ |
A D | fs.h | 1005 int handle_type; member
|
Completed in 41 milliseconds