Lines Matching refs:type

49 		__s32 type = new_op->upcall.type;  in get_opname_string()  local
51 if (type == ORANGEFS_VFS_OP_FILE_IO) in get_opname_string()
53 else if (type == ORANGEFS_VFS_OP_LOOKUP) in get_opname_string()
55 else if (type == ORANGEFS_VFS_OP_CREATE) in get_opname_string()
57 else if (type == ORANGEFS_VFS_OP_GETATTR) in get_opname_string()
59 else if (type == ORANGEFS_VFS_OP_REMOVE) in get_opname_string()
61 else if (type == ORANGEFS_VFS_OP_MKDIR) in get_opname_string()
63 else if (type == ORANGEFS_VFS_OP_READDIR) in get_opname_string()
65 else if (type == ORANGEFS_VFS_OP_READDIRPLUS) in get_opname_string()
67 else if (type == ORANGEFS_VFS_OP_SETATTR) in get_opname_string()
69 else if (type == ORANGEFS_VFS_OP_SYMLINK) in get_opname_string()
71 else if (type == ORANGEFS_VFS_OP_RENAME) in get_opname_string()
73 else if (type == ORANGEFS_VFS_OP_STATFS) in get_opname_string()
75 else if (type == ORANGEFS_VFS_OP_TRUNCATE) in get_opname_string()
77 else if (type == ORANGEFS_VFS_OP_RA_FLUSH) in get_opname_string()
79 else if (type == ORANGEFS_VFS_OP_FS_MOUNT) in get_opname_string()
81 else if (type == ORANGEFS_VFS_OP_FS_UMOUNT) in get_opname_string()
83 else if (type == ORANGEFS_VFS_OP_GETXATTR) in get_opname_string()
85 else if (type == ORANGEFS_VFS_OP_SETXATTR) in get_opname_string()
87 else if (type == ORANGEFS_VFS_OP_LISTXATTR) in get_opname_string()
89 else if (type == ORANGEFS_VFS_OP_REMOVEXATTR) in get_opname_string()
91 else if (type == ORANGEFS_VFS_OP_PARAM) in get_opname_string()
93 else if (type == ORANGEFS_VFS_OP_PERF_COUNT) in get_opname_string()
95 else if (type == ORANGEFS_VFS_OP_CANCEL) in get_opname_string()
97 else if (type == ORANGEFS_VFS_OP_FSYNC) in get_opname_string()
99 else if (type == ORANGEFS_VFS_OP_FSKEY) in get_opname_string()
101 else if (type == ORANGEFS_VFS_OP_FEATURES) in get_opname_string()
116 struct orangefs_kernel_op_s *op_alloc(__s32 type) in op_alloc() argument
126 new_op->upcall.type = ORANGEFS_VFS_OP_INVALID; in op_alloc()
127 new_op->downcall.type = ORANGEFS_VFS_OP_INVALID; in op_alloc()
134 new_op->upcall.type = type; in op_alloc()