Home
last modified time | relevance | path

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

/fs/nfsd/
Dxdr4.h193 u32 lt_type; member
Dnfs4xdr.c930 if (xdr_stream_decode_u32(argp->xdr, &lockt->lt_type) < 0) in nfsd4_decode_lockt()
932 if ((lockt->lt_type < NFS4_READ_LT) || (lockt->lt_type > NFS4_WRITEW_LT)) in nfsd4_decode_lockt()
Dnfs4state.c7616 switch (lockt->lt_type) { in nfsd4_lockt()