Home
last modified time | relevance | path

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

/linux-5.19.10/fs/orangefs/
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()
Dsuper.c179 new_op = op_alloc(ORANGEFS_VFS_OP_STATFS); in orangefs_statfs()
253 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_remount()
287 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_remount()
398 op = op_alloc(ORANGEFS_VFS_OP_FS_UMOUNT); in orangefs_unmount()
493 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_mount()
569 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()
454 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()
Ddir.c167 op = op_alloc(ORANGEFS_VFS_OP_READDIR); in orangefs_dir_more()
Dorangefs-kernel.h320 struct orangefs_kernel_op_s *op_alloc(__s32 type);
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.c751 new_op = op_alloc(ORANGEFS_VFS_OP_TRUNCATE); in orangefs_setattr_size()