Searched defs:open_flags (Results 1 - 20 of 20) sorted by relevance

/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c117 test_cachestat(const char *filename, bool write_random, bool create, bool test_fsync, unsigned long num_pages, int open_flags, mode_t open_mode) argument
/linux-master/fs/
H A Dinternal.h171 struct open_flags { struct
H A Dcoredump.c651 int open_flags = O_CREAT | O_WRONLY | O_NOFOLLOW | local
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sysctl.c34 int open_flags; member in struct:sysctl_test
[all...]
/linux-master/drivers/block/rnbd/
H A Drnbd-srv.c682 blk_mode_t open_flags = BLK_OPEN_READ; local
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c99 static int dlmfs_decode_open_flags(int open_flags, argument
/linux-master/tools/lib/bpf/
H A Dbpf.h486 __u32 open_flags; /* permissions requested for the operation on fd */ member in struct:bpf_get_fd_by_id_opts
/linux-master/tools/perf/util/
H A Devsel.h168 unsigned long open_flags; member in struct:evsel
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c3282 open_proc_fd(struct __test_metadata *const _metadata, const int fd, const int open_flags) argument
/linux-master/tools/include/uapi/linux/
H A Dio_uring.h62 __u32 open_flags; member in union:io_uring_sqe::__anon2590
H A Dbpf.h1632 __u32 open_flags; member in struct:bpf_attr::__anon3141
/linux-master/fs/nfs/
H A Ddir.c2015 static struct nfs_open_context *create_nfs_open_context(struct dentry *dentry, int open_flags, struct file *filp) argument
2026 nfs_finish_open(struct nfs_open_context *ctx, struct dentry *dentry, struct file *file, unsigned open_flags) argument
2043 nfs_atomic_open(struct inode *dir, struct dentry *dentry, struct file *file, unsigned open_flags, umode_t mode) argument
2310 int open_flags = excl ? O_CREAT | O_EXCL : O_CREAT; local
[all...]
H A Dnfs4proc.c3825 nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr, int *opened) argument
[all...]
/linux-master/include/uapi/linux/
H A Dio_uring.h62 __u32 open_flags; member in union:io_uring_sqe::__anon2788
H A Dfuse.h766 uint32_t open_flags; /* FUSE_OPEN_... */ member in struct:fuse_open_in
773 uint32_t open_flags; /* FUSE_OPEN_... */ member in struct:fuse_create_in
778 uint32_t open_flags; member in struct:fuse_open_out
H A Dbpf.h1632 __u32 open_flags; member in struct:bpf_attr::__anon2600
/linux-master/fs/fuse/
H A Dfile.c25 fuse_send_open(struct fuse_mount *fm, u64 nodeid, unsigned int open_flags, int opcode, struct fuse_open_out *outargp) argument
126 fuse_file_open(struct fuse_mount *fm, u64 nodeid, unsigned int open_flags, bool isdir) argument
336 fuse_file_release(struct inode *inode, struct fuse_file *ff, unsigned int open_flags, fl_owner_t id, bool isdir) argument
[all...]
H A Dfuse_i.h239 u32 open_flags; member in struct:fuse_file
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2814 int req_op_level = 0, open_flags = 0, may_flags = 0, file_info = 0; local
2544 smb2_creat(struct ksmbd_work *work, struct path *parent_path, struct path *path, char *name, int open_flags, umode_t posix_mode, bool is_dir) argument
[all...]
/linux-master/include/linux/
H A Dnfs_xdr.h459 int open_flags; member in struct:nfs_openargs

Completed in 283 milliseconds