Home
last modified time | relevance | path

Searched refs:OP_CLOSE (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
Dnfs4.h79 OP_CLOSE = 4, enumerator
/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c1802 [OP_CLOSE] = (nfsd4_dec)nfsd4_decode_close,
4293 [OP_CLOSE] = (nfsd4_enc)nfsd4_encode_close,
Dnfs4proc.c2107 [OP_CLOSE] = {
Dnfs4state.c2534 exid->spo_must_allow[0] &= (1 << (OP_CLOSE) | in nfsd4_exchange_id()
/linux-4.19.296/fs/nfs/
Dnfs4xdr.c1196 encode_op_hdr(xdr, OP_CLOSE, decode_close_maxsz, hdr); in encode_close()
4423 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
Dnfs4proc.c7788 [0] = 1 << (OP_CLOSE) |
7863 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode()