Home
last modified time | relevance | path

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

/Linux-v4.19/fs/orangefs/
Dnamei.c34 new_op = op_alloc(ORANGEFS_VFS_OP_CREATE); in orangefs_create()
129 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_lookup()
192 new_op = op_alloc(ORANGEFS_VFS_OP_REMOVE); in orangefs_unlink()
242 new_op = op_alloc(ORANGEFS_VFS_OP_SYMLINK); in orangefs_symlink()
322 new_op = op_alloc(ORANGEFS_VFS_OP_MKDIR); in orangefs_mkdir()
403 new_op = op_alloc(ORANGEFS_VFS_OP_RENAME); in orangefs_rename()
Dsuper.c164 new_op = op_alloc(ORANGEFS_VFS_OP_STATFS); in orangefs_statfs()
238 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_remount()
272 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_remount()
381 op = op_alloc(ORANGEFS_VFS_OP_FS_UMOUNT); in orangefs_unmount()
476 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_mount()
545 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_mount()
Dxattr.c96 new_op = op_alloc(ORANGEFS_VFS_OP_GETXATTR); in orangefs_inode_getxattr()
177 new_op = op_alloc(ORANGEFS_VFS_OP_REMOVEXATTR); in orangefs_inode_removexattr()
256 new_op = op_alloc(ORANGEFS_VFS_OP_SETXATTR); in orangefs_inode_setxattr()
321 new_op = op_alloc(ORANGEFS_VFS_OP_LISTXATTR); in orangefs_listxattr()
Dfile.c29 new_op = op_alloc(ORANGEFS_VFS_OP_RA_FLUSH); in flush_racache()
57 new_op = op_alloc(ORANGEFS_VFS_OP_FILE_IO); in wait_for_direct_io()
626 new_op = op_alloc(ORANGEFS_VFS_OP_FSYNC); in orangefs_fsync()
Ddcache.c28 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_revalidate_lookup()
Dorangefs-utils.c297 new_op = op_alloc(ORANGEFS_VFS_OP_GETATTR); in orangefs_inode_getattr()
415 new_op = op_alloc(ORANGEFS_VFS_OP_GETATTR); in orangefs_inode_check_changed()
445 new_op = op_alloc(ORANGEFS_VFS_OP_SETATTR); in orangefs_inode_setattr()
Dorangefs-cache.c116 struct orangefs_kernel_op_s *op_alloc(__s32 type) in op_alloc() function
Dorangefs-kernel.h296 struct orangefs_kernel_op_s *op_alloc(__s32 type);
Ddir.c167 op = op_alloc(ORANGEFS_VFS_OP_READDIR); in orangefs_dir_more()
Dinode.c177 new_op = op_alloc(ORANGEFS_VFS_OP_TRUNCATE); in orangefs_setattr_size()
Dorangefs-sysfs.c319 new_op = op_alloc(op_alloc_type); in sysfs_service_op_show()
528 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in sysfs_service_op_store()
Dorangefs-debugfs.c497 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in orangefs_debug_write()