Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dxdr4.h153 u32 lk_type; member
Dnfs4xdr.c913 if (xdr_stream_decode_u32(argp->xdr, &lock->lk_type) < 0) in nfsd4_decode_lock()
915 if ((lock->lk_type < NFS4_READ_LT) || (lock->lk_type > NFS4_WRITEW_LT)) in nfsd4_decode_lock()
Dnfs4state.c7363 lkflg = setlkflg(lock->lk_type); in nfsd4_lock()
7379 switch (lock->lk_type) { in nfsd4_lock()