Home
last modified time | relevance | path

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

/fs/
Dinternal.h97 struct open_flags { struct
105 const struct open_flags *op); argument
Dcoredump.c636 int open_flags = O_CREAT | O_RDWR | O_NOFOLLOW | in do_coredump() local
/fs/nfs/
Ddir.c1465 static struct nfs_open_context *create_nfs_open_context(struct dentry *dentry, int open_flags) in create_nfs_open_context()
1478 struct file *file, unsigned open_flags, in nfs_finish_open()
1493 struct file *file, unsigned open_flags, in nfs_atomic_open()
1702 int open_flags = excl ? O_CREAT | O_EXCL : O_CREAT; in nfs_create() local
Dnfs4proc.c2995 int open_flags, struct iattr *attr, int *opened) in nfs4_atomic_open()
/fs/ocfs2/dlmfs/
Ddlmfs.c116 static int dlmfs_decode_open_flags(int open_flags, in dlmfs_decode_open_flags()
/fs/fuse/
Dfuse_i.h148 u32 open_flags; member