Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2617 lsp->rls_lockid.bits.type = LOCKID; in rfs4_lo_state_create()
3435 return (what_stateid_error(id, LOCKID)); in rfs4_get_lo_state()
3468 case LOCKID: in rfs4_get_all_state()
3606 if (id->bits.type == LOCKID) { in rfs4_check_stateid()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4.h222 typedef enum {OPENID, LOCKID, DELEGID} stateid_type_t; enumerator