Lines Matching +full:broken +full:- +full:turn +full:- +full:around

94 /* For an open stateid kept around *only* to process close replays: */
96 /* For a deleg stateid kept around only to process free_stateid's: */
129 * is broken, put when the rpc exits)
136 * the object will either be destroyed (v4.0) or moved to a per-client list of
165 per-session otherwise */
212 u32 flavor; /* (u32)(-1) used to mean "no valid flavor" */
263 /* See SESSION4_PERSIST, etc. for standard flags; this is internal-only: */
288 * --------------------------------------------------------------------------
290 * |------------------- ----------------------------------------------------|
296 * |------------------------------------------------------------------------|
300 * |------------------------------------------------------------------------|
309 * struct nfs4_client - one per client. Clientids live here.
315 * per-nfsd_net client_lock spinlock.
337 struct rb_node cl_namenode; /* link into by-name trees */
424 * from non-volitile storage) upon reboot.
443 * Replay buffer, where the result of the last seqid-mutating operation
492 * We keep around openowners a little while after last close,
526 * Per-client state indicating no. of opens and outstanding delegations
560 * Each open or lock stateid contributes 0-4 to the counts
580 * holds a reference to each of these objects, and they in turn hold a
650 return (s32)(a->si_generation - b->si_generation) > 0; in nfsd4_stateid_generation_after()
715 refcount_inc(&fi->fi_ref); in get_nfs4_file()
732 cmpxchg(&clp->cl_state, NFSD4_COURTESY, NFSD4_EXPIRABLE); in try_to_expire_client()
733 return clp->cl_state == NFSD4_EXPIRABLE; in try_to_expire_client()