Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 6 of 6) sorted by relevance

/fs/fuse/
Dfile.c36 int opcode, struct fuse_open_out *outargp) in fuse_send_open()
137 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() local
254 int flags, int opcode) in fuse_prepare_release()
288 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_release_common() local
489 int datasync, int opcode) in fuse_fsync_common()
559 size_t count, int opcode) in fuse_read_args_fill()
2379 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill()
2428 int opcode = (fl->fl_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
Ddir.c812 unsigned int flags, int opcode, size_t argsize) in fuse_rename_common()
Dfuse_i.h243 uint32_t opcode; member
/fs/coda/
Dupcall.c45 static void *alloc_upcall(int opcode, int size) in alloc_upcall()
854 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out, in coda_downcall()
/fs/
Dio_uring.c277 u8 opcode; member
1267 u8 opcode; in io_import_iovec() local
3960 static int __io_uring_register(struct io_ring_ctx *ctx, unsigned opcode, in __io_uring_register()
4030 SYSCALL_DEFINE4(io_uring_register, unsigned int, fd, unsigned int, opcode, in SYSCALL_DEFINE4() argument
/fs/cifs/
Dsmb2pdu.c477 static int smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, in smb2_ioctl_req_init()
2693 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init()
2798 u64 volatile_fid, u32 opcode, bool is_fsctl, in SMB2_ioctl()