Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs4.h89 OP_LOCKU = 14, enumerator
/Linux-v5.4/fs/nfsd/
Dnfs4xdr.c1819 [OP_LOCKU] = (nfsd4_dec)nfsd4_decode_locku,
4328 [OP_LOCKU] = (nfsd4_enc)nfsd4_encode_locku,
Dnfs4proc.c2407 [OP_LOCKU] = {
Dnfs4state.c2996 1 << (OP_LOCKU) | in nfsd4_exchange_id()
/Linux-v5.4/fs/nfs/
Dnfs4xdr.c1366 encode_op_hdr(xdr, OP_LOCKU, decode_locku_maxsz, hdr); in encode_locku()
4967 status = decode_op_hdr(xdr, OP_LOCKU); in decode_locku()
Dnfs4proc.c7940 1 << (OP_LOCKU) |
8016 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode()