Home
last modified time | relevance | path

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

/fs/
Dinternal.h96 struct open_flags { struct
103 const struct open_flags *op, int flags); argument
/fs/nfs/
Ddir.c1342 static struct nfs_open_context *create_nfs_open_context(struct dentry *dentry, int open_flags) in create_nfs_open_context()
1355 struct file *file, unsigned open_flags, in nfs_finish_open()
1383 struct file *file, unsigned open_flags, in nfs_atomic_open()
1580 int open_flags = excl ? O_CREAT | O_EXCL : O_CREAT; in nfs_create() local
Dnfs4proc.c2426 nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *att… in nfs4_atomic_open()
/fs/ocfs2/dlmfs/
Ddlmfs.c117 static int dlmfs_decode_open_flags(int open_flags, in dlmfs_decode_open_flags()
/fs/fuse/
Dfuse_i.h143 u32 open_flags; member