Home
last modified time | relevance | path

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

/fs/orangefs/
A Dnamei.c35 new_op = op_alloc(ORANGEFS_VFS_OP_CREATE); in orangefs_create()
126 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_lookup()
188 new_op = op_alloc(ORANGEFS_VFS_OP_REMOVE); in orangefs_unlink()
237 new_op = op_alloc(ORANGEFS_VFS_OP_SYMLINK); in orangefs_symlink()
313 new_op = op_alloc(ORANGEFS_VFS_OP_MKDIR); in orangefs_mkdir()
395 new_op = op_alloc(ORANGEFS_VFS_OP_RENAME); in orangefs_rename()
A Dsuper.c158 new_op = op_alloc(ORANGEFS_VFS_OP_STATFS); in orangefs_statfs()
243 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_remount()
276 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_remount()
386 op = op_alloc(ORANGEFS_VFS_OP_FS_UMOUNT); in orangefs_unmount()
468 new_op = op_alloc(ORANGEFS_VFS_OP_FS_MOUNT); in orangefs_get_tree()
531 new_op = op_alloc(ORANGEFS_VFS_OP_FEATURES); in orangefs_get_tree()
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()
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()
473 new_op = op_alloc(ORANGEFS_VFS_OP_FSYNC); in orangefs_fsync()
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()
A Ddcache.c27 new_op = op_alloc(ORANGEFS_VFS_OP_LOOKUP); in orangefs_revalidate_lookup()
A Dorangefs-cache.c116 struct orangefs_kernel_op_s *op_alloc(__s32 type) in op_alloc() function
A Ddir.c166 op = op_alloc(ORANGEFS_VFS_OP_READDIR); in orangefs_dir_more()
A Dorangefs-kernel.h312 struct orangefs_kernel_op_s *op_alloc(__s32 type);
A Dorangefs-sysfs.c330 new_op = op_alloc(op_alloc_type); in sysfs_service_op_show()
538 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in sysfs_service_op_store()
A Dorangefs-debugfs.c483 new_op = op_alloc(ORANGEFS_VFS_OP_PARAM); in orangefs_debug_write()
A Dinode.c711 new_op = op_alloc(ORANGEFS_VFS_OP_TRUNCATE); in orangefs_setattr_size()

Completed in 23 milliseconds