Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnfs4.h42 #define NFS4_OPEN_RESULT_CONFIRM 0x0002 macro
/linux-4.1.27/fs/nfs/
Dnfs4proc.c1930 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) in nfs4_open_done()
1948 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) in nfs4_open_release()
2022 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { in _nfs4_recover_proc_open()
2108 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { in _nfs4_proc_open()
/linux-4.1.27/fs/nfsd/
Dnfs4state.c4320 open->op_rflags |= NFS4_OPEN_RESULT_CONFIRM; in nfsd4_process_open2()