Searched refs:handle_type (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/samples/fanotify/ |
H 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()
|
/openbmc/linux/fs/notify/ |
H A D | fdinfo.c | 57 f.handle.handle_type = ret; in show_mark_fhandle() 61 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
|
/openbmc/linux/fs/ |
H A D | fhandle.c | 55 handle->handle_type = retval; in do_sys_name_to_handle() 161 handle_dwords, handle->handle_type, in do_handle_to_path()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_surface.c | 902 enum drm_vmw_handle_type handle_type, in vmw_surface_handle_reference() argument 911 if (handle_type == DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 930 if (handle_type != DRM_VMW_HANDLE_PRIME) { in vmw_surface_handle_reference() 967 if (handle_type == DRM_VMW_HANDLE_PRIME) in vmw_surface_handle_reference() 997 req->handle_type, &base); in vmw_surface_reference_ioctl() 1606 req->handle_type, &base); in vmw_gb_surface_reference_internal()
|
/openbmc/linux/include/uapi/drm/ |
H A D | vmwgfx_drm.h | 228 enum drm_vmw_handle_type handle_type; member
|
/openbmc/linux/fs/ext4/ |
H A D | ialloc.c | 931 int handle_type, unsigned int line_no, in __ext4_new_inode() argument 1084 line_no, handle_type, nblocks, 0, in __ext4_new_inode()
|
H A D | ext4.h | 2851 int handle_type, unsigned int line_no,
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify_user.c | 455 handle.handle_type = fh->type; in copy_fid_info_to_user() 460 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1037 int handle_type; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 7899 target_fh->handle_type = tswap32(fh->handle_type); in do_name_to_handle_at() 7933 fh->handle_type = tswap32(target_fh->handle_type); in do_open_by_handle_at()
|