Searched defs:ptlrpc_cli_ctx (Results 1 – 1 of 1) sorted by relevance
488 struct ptlrpc_cli_ctx { struct489 struct hlist_node cc_cache; /* linked into ctx cache */490 atomic_t cc_refcount;491 struct ptlrpc_sec *cc_sec;492 struct ptlrpc_ctx_ops *cc_ops;493 unsigned long cc_expire; /* in seconds */494 unsigned int cc_early_expire:1;495 unsigned long cc_flags;496 struct vfs_cred cc_vcred;497 spinlock_t cc_lock;[all …]