Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dxdr4.h153 u32 lk_type; member
Dnfs4xdr.c911 if (xdr_stream_decode_u32(argp->xdr, &lock->lk_type) < 0) in nfsd4_decode_lock()
913 if ((lock->lk_type < NFS4_READ_LT) || (lock->lk_type > NFS4_WRITEW_LT)) in nfsd4_decode_lock()
Dnfs4state.c6890 lkflg = setlkflg(lock->lk_type); in nfsd4_lock()
6906 switch (lock->lk_type) { in nfsd4_lock()