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

/linux-master/samples/fanotify/
H A Dfs-monitor.c46 if (fh->handle_type == FILEID_INO32_GEN)
48 else if (fh->handle_type == FILEID_INVALID && !fh->handle_bytes)
49 printf("Type %d (Superblock error)\n", fh->handle_type);
51 printf("Type %d (Unknown)\n", fh->handle_type);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_sync.c18 u8 handle_type; local
23 handle_type = sync_op->flags & DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_MASK;
24 if (handle_type != DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_SYNCOBJ &&
25 handle_type != DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_TIMELINE_SYNCOBJ)
28 if (handle_type == DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_SYNCOBJ &&
/linux-master/fs/notify/
H A Dfdinfo.c59 f.handle.handle_type = ret;
63 f.handle.handle_bytes, f.handle.handle_type);
/linux-master/fs/
H A Dfhandle.c51 handle->handle_type = retval;
157 handle_dwords, handle->handle_type,
/linux-master/include/uapi/drm/
H A Dvmwgfx_drm.h220 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl.
229 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c900 enum drm_vmw_handle_type handle_type,
909 if (handle_type == DRM_VMW_HANDLE_PRIME) {
928 if (handle_type != DRM_VMW_HANDLE_PRIME) {
965 if (handle_type == DRM_VMW_HANDLE_PRIME)
995 req->handle_type, &base);
1602 req->handle_type, &base);
897 vmw_surface_handle_reference(struct vmw_private *dev_priv, struct drm_file *file_priv, uint32_t u_handle, enum drm_vmw_handle_type handle_type, struct ttm_base_object **base_p) argument
/linux-master/fs/ext4/
H A Dialloc.c927 int handle_type, unsigned int line_no,
1079 line_no, handle_type, nblocks, 0,
923 __ext4_new_inode(struct mnt_idmap *idmap, handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner, __u32 i_flags, int handle_type, unsigned int line_no, int nblocks) argument
H A Dext4.h2862 int handle_type, unsigned int line_no,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c461 handle.handle_type = fh->type;
464 /* Mangle handle_type for bad file_handle */
466 handle.handle_type = FILEID_INVALID;
/linux-master/include/linux/
H A Dfs.h1036 int handle_type; member in struct:file_handle

Completed in 307 milliseconds