Home
last modified time | relevance | path

Searched refs:NFS4_OPEN_RESULT_CONFIRM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnfs4.h46 #define NFS4_OPEN_RESULT_CONFIRM 0x0002 macro
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c2520 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) in nfs4_open_done()
2540 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) in nfs4_open_release()
2621 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) in _nfs4_recover_proc_open()
2704 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { in _nfs4_proc_open()
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c5841 open->op_rflags |= NFS4_OPEN_RESULT_CONFIRM; in nfsd4_process_open2()