Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2880 if (id->bits.type != DELEGID) in deleg_state_compare()
2928 dsp->rds_delegid.bits.type = DELEGID; in rfs4_deleg_state_create()
3287 if (type == DELEGID) in what_stateid_error()
3408 return (what_stateid_error(id, DELEGID)); in rfs4_get_deleg_state()
3465 case DELEGID: in rfs4_get_all_state()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4.h222 typedef enum {OPENID, LOCKID, DELEGID} stateid_type_t; enumerator