Home
last modified time | relevance | path

Searched refs:op_alloc (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/fs/orangefs/
H A Dnamei.c35 new_op = op_alloc(ORANGEFS_VFS_OP_CREATE); in orangefs_create()
127 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_lookup()
190 new_op = op_alloc(ORANGEFS_VFS_OP_REMOVE); in orangefs_unlink()
240 new_op = op_alloc(ORANGEFS_VFS_OP_SYMLINK); in orangefs_symlink()
318 new_op = op_alloc(ORANGEFS_VFS_OP_MKDIR); in orangefs_mkdir()
401 new_op = op_alloc(ORANGEFS_VFS_OP_RENAME); in orangefs_rename()
H A Dsuper.c179 new_op = op_alloc(ORANGEFS_VFS_OP_STATFS); in orangefs_statfs()
254 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_remount()
288 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_remount()
399 op = op_alloc(ORANGEFS_VFS_OP_FS_UMOUNT); in orangefs_unmount()
494 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_mount()
570 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_mount()
H A Dxattr.c148 new_op = op_alloc(ORANGEFS_VFS_OP_GETXATTR); in orangefs_inode_getxattr()
258 new_op = op_alloc(ORANGEFS_VFS_OP_REMOVEXATTR); in orangefs_inode_removexattr()
350 new_op = op_alloc(ORANGEFS_VFS_OP_SETXATTR); in orangefs_inode_setxattr()
425 new_op = op_alloc(ORANGEFS_VFS_OP_LISTXATTR); in orangefs_listxattr()
H A Dfile.c31 new_op = op_alloc(ORANGEFS_VFS_OP_RA_FLUSH); in flush_racache()
63 new_op = op_alloc(ORANGEFS_VFS_OP_FILE_IO); in wait_for_direct_io()
471 new_op = op_alloc(ORANGEFS_VFS_OP_FSYNC); in orangefs_fsync()
H A Ddcache.c28 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_revalidate_lookup()
H A Dorangefs-cache.c116 struct orangefs_kernel_op_s *op_alloc(__s32 type) in op_alloc() function
H A Dorangefs-utils.c261 new_op = op_alloc(ORANGEFS_VFS_OP_GETATTR); in orangefs_inode_getattr()
393 new_op = op_alloc(ORANGEFS_VFS_OP_GETATTR); in orangefs_inode_check_changed()
423 new_op = op_alloc(ORANGEFS_VFS_OP_SETATTR); in orangefs_inode_setattr()
H A Dorangefs-kernel.h320 struct orangefs_kernel_op_s *op_alloc(__s32 type);
H A Ddir.c167 op = op_alloc(ORANGEFS_VFS_OP_READDIR); in orangefs_dir_more()
H A Dorangefs-sysfs.c337 new_op = op_alloc(op_alloc_type); in sysfs_service_op_show()
546 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in sysfs_service_op_store()
H A Dorangefs-debugfs.c442 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in orangefs_debug_write()
H A Dinode.c739 new_op = op_alloc(ORANGEFS_VFS_OP_TRUNCATE); in orangefs_setattr_size()
/openbmc/linux/include/drm/
H A Ddrm_gpuva_mgr.h630 struct drm_gpuva_op *(*op_alloc)(void); member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gpuva_mgr.c1371 if (fn && fn->op_alloc) in gpuva_op_alloc()
1372 op = fn->op_alloc(); in gpuva_op_alloc()