Home
last modified time | relevance | path

Searched refs:rflags (Results 1 – 4 of 4) sorted by relevance

/fs/9p/
Dvfs_inode_dotl.c184 int rflags = 0; in v9fs_mapped_dotl_flags() local
203 rflags |= dotl_oflag_map[i].dotl_flag; in v9fs_mapped_dotl_flags()
205 return rflags; in v9fs_mapped_dotl_flags()
215 int rflags = 0; in v9fs_open_to_dotl_flags() local
221 rflags |= flags & O_ACCMODE; in v9fs_open_to_dotl_flags()
222 rflags |= v9fs_mapped_dotl_flags(flags); in v9fs_open_to_dotl_flags()
224 return rflags; in v9fs_open_to_dotl_flags()
Dvfs_inode.c575 int rflags = 0; in v9fs_at_to_dotl_flags() local
577 rflags |= P9_DOTL_AT_REMOVEDIR; in v9fs_at_to_dotl_flags()
578 return rflags; in v9fs_at_to_dotl_flags()
/fs/nfs/
Dnfs4proc.c2049 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) in nfs4_open_done()
2067 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) in nfs4_open_release()
2141 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { in _nfs4_recover_proc_open()
2223 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0) in _nfs4_proc_open()
2225 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { in _nfs4_proc_open()
Dnfs4xdr.c5112 res->rflags = be32_to_cpup(p++); in decode_open()