Home
last modified time | relevance | path

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

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