Searched defs:ptlrpc_cli_ctx (Results 1 – 1 of 1) sorted by relevance
505 struct ptlrpc_cli_ctx { struct506 struct hlist_node cc_cache; /* linked into ctx cache */507 atomic_t cc_refcount;508 struct ptlrpc_sec *cc_sec;509 struct ptlrpc_ctx_ops *cc_ops;510 unsigned long cc_expire; /* in seconds */511 unsigned int cc_early_expire:1;512 unsigned long cc_flags;513 struct vfs_cred cc_vcred;514 spinlock_t cc_lock;[all …]