Searched defs:ceph_snap_realm (Results 1 – 1 of 1) sorted by relevance
883 struct ceph_snap_realm { struct898 struct ceph_snap_realm *parent; argument899 struct list_head children; /* list of child realms */900 struct list_head child_item;902 struct list_head empty_item; /* if i have ref==0 */904 struct list_head dirty_item; /* if realm needs new context */906 struct list_head rebuild_item; /* rebuild snap realms _downward_ in hierarchy */909 struct ceph_snap_context *cached_context;911 struct list_head inodes_with_caps;912 spinlock_t inodes_with_caps_lock;
Completed in 22 milliseconds