Lines Matching refs:fscache_volume
20 struct fscache_volume *fscache_get_volume(struct fscache_volume *volume, in fscache_get_volume()
30 static void fscache_see_volume(struct fscache_volume *volume, in fscache_see_volume()
41 static void __fscache_begin_volume_access(struct fscache_volume *volume, in __fscache_begin_volume_access()
83 bool fscache_begin_volume_access(struct fscache_volume *volume, in fscache_begin_volume_access()
106 void fscache_end_volume_access(struct fscache_volume *volume, in fscache_end_volume_access()
122 static bool fscache_volume_same(const struct fscache_volume *a, in fscache_volume_same()
123 const struct fscache_volume *b) in fscache_volume_same()
136 static bool fscache_is_acquire_pending(struct fscache_volume *volume) in fscache_is_acquire_pending()
141 static void fscache_wait_on_volume_collision(struct fscache_volume *candidate, in fscache_wait_on_volume_collision()
159 static bool fscache_hash_volume(struct fscache_volume *candidate) in fscache_hash_volume()
161 struct fscache_volume *cursor; in fscache_hash_volume()
198 static struct fscache_volume *fscache_alloc_volume(const char *volume_key, in fscache_alloc_volume()
203 struct fscache_volume *volume; in fscache_alloc_volume()
271 struct fscache_volume *volume = in fscache_create_volume_work()
272 container_of(work, struct fscache_volume, work); in fscache_create_volume_work()
290 void fscache_create_volume(struct fscache_volume *volume, bool wait) in fscache_create_volume()
319 struct fscache_volume *__fscache_acquire_volume(const char *volume_key, in __fscache_acquire_volume()
324 struct fscache_volume *volume; in __fscache_acquire_volume()
341 static void fscache_wake_pending_volume(struct fscache_volume *volume, in fscache_wake_pending_volume()
344 struct fscache_volume *cursor; in fscache_wake_pending_volume()
360 static void fscache_unhash_volume(struct fscache_volume *volume) in fscache_unhash_volume()
378 static void fscache_free_volume(struct fscache_volume *volume) in fscache_free_volume()
409 void fscache_put_volume(struct fscache_volume *volume, in fscache_put_volume()
427 void __fscache_relinquish_volume(struct fscache_volume *volume, in __fscache_relinquish_volume()
451 void fscache_withdraw_volume(struct fscache_volume *volume) in fscache_withdraw_volume()
474 struct fscache_volume *volume; in fscache_volumes_seq_show()
483 volume = list_entry(v, struct fscache_volume, proc_link); in fscache_volumes_seq_show()