Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dxdr4.h281 u32 lk_type; member
H A Dnfs4xdr.c921 if (xdr_stream_decode_u32(argp->xdr, &lock->lk_type) < 0) in nfsd4_decode_lock()
923 if ((lock->lk_type < NFS4_READ_LT) || (lock->lk_type > NFS4_WRITEW_LT)) in nfsd4_decode_lock()
H A Dnfs4state.c7986 lkflg = setlkflg(lock->lk_type); in nfsd4_lock()
8002 switch (lock->lk_type) { in nfsd4_lock()