Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dxdr4.h193 u32 lt_type; member
H A Dnfs4xdr.c939 if (xdr_stream_decode_u32(argp->xdr, &lockt->lt_type) < 0) in nfsd4_decode_lockt()
941 if ((lockt->lt_type < NFS4_READ_LT) || (lockt->lt_type > NFS4_WRITEW_LT)) in nfsd4_decode_lockt()
H A Dnfs4state.c7787 switch (lockt->lt_type) { in nfsd4_lockt()