Searched defs:afs_volume (Results 1 – 2 of 2) sorted by relevance
563 struct afs_volume { struct564 union {568 atomic_t usage;569 time64_t update_at; /* Time at which to next update */570 struct afs_cell *cell; /* Cell to which belongs (pins ref) */571 struct rb_node cell_node; /* Link in cell->volumes */572 struct hlist_node proc_link; /* Link in cell->proc_volumes */573 struct super_block __rcu *sb; /* Superblock on which inodes reside */574 unsigned long flags;583 struct fscache_cookie *cache; /* caching cookie */[all …]
570 struct afs_volume { struct571 union {575 refcount_t ref;576 time64_t update_at; /* Time at which to next update */577 struct afs_cell *cell; /* Cell to which belongs (pins ref) */578 struct rb_node cell_node; /* Link in cell->volumes */579 struct hlist_node proc_link; /* Link in cell->proc_volumes */580 struct super_block __rcu *sb; /* Superblock on which inodes reside */581 unsigned long flags;591 struct fscache_volume *cache; /* Caching cookie */[all …]