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

/linux-master/include/linux/
H A Dnfs4.h90 OP_LOCKU = 14, enumerator in enum:nfs_opnum4
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2339 [OP_LOCKU] = nfsd4_decode_locku,
5548 [OP_LOCKU] = nfsd4_encode_locku,
H A Dnfs4proc.c3233 [OP_LOCKU] = {
3236 .op_name = "OP_LOCKU",
H A Dnfs4state.c3513 1 << (OP_LOCKU) |
/linux-master/fs/nfs/
H A Dnfs4xdr.c1375 encode_op_hdr(xdr, OP_LOCKU, decode_locku_maxsz, hdr);
5101 status = decode_op_hdr(xdr, OP_LOCKU);
H A Dnfs4proc.c8609 1 << (OP_LOCKU) |
8685 test_bit(OP_LOCKU, sp->allow.u.longs)) {

Completed in 213 milliseconds