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
164 per-session otherwise */
211 u32 flavor; /* (u32)(-1) used to mean "no valid flavor" */
262 /* See SESSION4_PERSIST, etc. for standard flags; this is internal-only: */
286 * struct nfs4_client - one per client. Clientids live here.
292 * per-nfsd_net client_lock spinlock.
314 struct rb_node cl_namenode; /* link into by-name trees */
389 * from non-volitile storage) upon reboot.
408 * Replay buffer, where the result of the last seqid-mutating operation
457 * We keep around openowners a little while after last close,
491 * Per-client state indicating no. of opens and outstanding delegations
526 * Each open or lock stateid contributes 0-4 to the counts
546 * holds a reference to each of these objects, and they in turn hold a
611 return (s32)(a->si_generation - b->si_generation) > 0; in nfsd4_stateid_generation_after()
681 refcount_inc(&fi->fi_ref); in get_nfs4_file()