Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/fs/notify/
H A Dfdinfo.c59 f.handle.handle_type = ret; in show_mark_fhandle()
63 f.handle.handle_bytes, f.handle.handle_type); in show_mark_fhandle()
/openbmc/linux/fs/
H A Dfhandle.c55 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 Dvmwgfx_surface.c902 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 Dvmwgfx_drm.h228 enum drm_vmw_handle_type handle_type; member
/openbmc/linux/fs/ext4/
H A Dialloc.c927 int handle_type, unsigned int line_no, in __ext4_new_inode() argument
1079 line_no, handle_type, nblocks, 0, in __ext4_new_inode()
H A Dext4.h2849 int handle_type, unsigned int line_no,
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c462 handle.handle_type = fh->type; in copy_fid_info_to_user()
467 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
/openbmc/linux/include/linux/
H A Dfs.h1037 int handle_type; member
/openbmc/qemu/linux-user/
H A Dsyscall.c7854 target_fh->handle_type = tswap32(fh->handle_type); in do_name_to_handle_at()
7888 fh->handle_type = tswap32(target_fh->handle_type); in do_open_by_handle_at()