Lines Matching defs: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()
136 static bool fscache_is_acquire_pending(struct fscache_volume *volume) in fscache_is_acquire_pending()
203 struct fscache_volume *volume; in fscache_alloc_volume() local
271 struct fscache_volume *volume = in fscache_create_volume_work() local
290 void fscache_create_volume(struct fscache_volume *volume, bool wait) in fscache_create_volume()
324 struct fscache_volume *volume; in __fscache_acquire_volume() local
341 static void fscache_wake_pending_volume(struct fscache_volume *volume, 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() local