Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c9659 length4 posix_length; in rfs4_op_lockt() local
9724 posix_length = args->length; in rfs4_op_lockt()
9726 if (posix_length == 0) { in rfs4_op_lockt()
9729 } else if (posix_length == (length4)(~0)) { in rfs4_op_lockt()
9730 posix_length = 0; /* Posix to end of file */ in rfs4_op_lockt()
9749 flk.l_len = posix_length; in rfs4_op_lockt()