Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/orangefs/
Dnamei.c34 new_op = op_alloc(ORANGEFS_VFS_OP_CREATE); in orangefs_create()
126 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_lookup()
189 new_op = op_alloc(ORANGEFS_VFS_OP_REMOVE); in orangefs_unlink()
238 new_op = op_alloc(ORANGEFS_VFS_OP_SYMLINK); in orangefs_symlink()
315 new_op = op_alloc(ORANGEFS_VFS_OP_MKDIR); in orangefs_mkdir()
397 new_op = op_alloc(ORANGEFS_VFS_OP_RENAME); in orangefs_rename()
Dsuper.c178 new_op = op_alloc(ORANGEFS_VFS_OP_STATFS); in orangefs_statfs()
252 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_remount()
286 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_remount()
397 op = op_alloc(ORANGEFS_VFS_OP_FS_UMOUNT); in orangefs_unmount()
492 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_mount()
568 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_mount()
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()
Dfile.c30 new_op = op_alloc(ORANGEFS_VFS_OP_RA_FLUSH); in flush_racache()
62 new_op = op_alloc(ORANGEFS_VFS_OP_FILE_IO); in wait_for_direct_io()
557 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-cache.c116 struct orangefs_kernel_op_s *op_alloc(__s32 type) in op_alloc() function
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()
Dorangefs-kernel.h318 struct orangefs_kernel_op_s *op_alloc(__s32 type);
Ddir.c167 op = op_alloc(ORANGEFS_VFS_OP_READDIR); in orangefs_dir_more()
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()
Dorangefs-debugfs.c460 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in orangefs_debug_write()
Dinode.c780 new_op = op_alloc(ORANGEFS_VFS_OP_TRUNCATE); in orangefs_setattr_size()