Lines Matching defs:state
68 * also be granted in SHARED. The preferred state is whichever is compatible
69 * with other granted locks, or the specified state if no other locks exist.
72 * Override fairness considerations. Suppose a lock is held in a shared state
73 * and there is a pending request for the deferred state. A shared lock
94 * Masks the lower two bits of lock state in the returned value.
185 extern void gfs2_holder_init(struct gfs2_glock *gl, unsigned int state,
187 extern void gfs2_holder_reinit(unsigned int state, u16 flags,
199 unsigned int state, u16 flags,
223 * @state: the state we're requesting
231 unsigned int state, u16 flags,
236 gfs2_holder_init(gl, state, flags, gh);
245 extern void gfs2_glock_cb(struct gfs2_glock *gl, unsigned int state);