Searched defs:ws (Results 1 – 6 of 6) sorted by relevance
/fs/btrfs/ |
D | zstd.c | 172 struct list_head *ws; in zstd_init_workspace_manager() local 229 struct list_head *ws; in zstd_find_workspace() local 265 struct list_head *ws; in zstd_get_workspace() local 304 void zstd_put_workspace(struct list_head *ws) in zstd_put_workspace() 334 void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace() 369 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping, in zstd_compress_pages() 546 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zstd_decompress_bio() 624 int zstd_decompress(struct list_head *ws, unsigned char *data_in, in zstd_decompress()
|
D | compression.c | 65 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages() 96 static int compression_decompress_bio(int type, struct list_head *ws, in compression_decompress_bio() 113 static int compression_decompress(int type, struct list_head *ws, in compression_decompress() 835 static void free_heuristic_ws(struct list_head *ws) in free_heuristic_ws() 849 struct heuristic_ws *ws; in alloc_heuristic_ws() local 902 static void free_workspace(int type, struct list_head *ws) in free_workspace() 947 struct list_head *ws; in btrfs_cleanup_workspace_manager() local 1063 void btrfs_put_workspace(int type, struct list_head *ws) in btrfs_put_workspace() 1094 static void put_workspace(int type, struct list_head *ws) in put_workspace() 1361 static u32 shannon_entropy(struct heuristic_ws *ws) in shannon_entropy() [all …]
|
D | zlib.c | 38 struct list_head *ws = btrfs_get_workspace(BTRFS_COMPRESS_ZLIB, level); in zlib_get_workspace() local 46 void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace() 94 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping, in zlib_compress_pages() 277 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zlib_decompress_bio() 368 int zlib_decompress(struct list_head *ws, unsigned char *data_in, in zlib_decompress()
|
D | lzo.c | 66 void lzo_free_workspace(struct list_head *ws) in lzo_free_workspace() 114 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping, in lzo_compress_pages() 282 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in lzo_decompress_bio() 423 int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress()
|
/fs/ |
D | eventpoll.c | 173 struct wakeup_source __rcu *ws; member 216 struct wakeup_source *ws; member 646 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() local 660 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() local 1463 struct wakeup_source *ws; in ep_create_wakeup_source() local 1490 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source() local 1717 struct wakeup_source *ws; in ep_send_events_proc() local
|
/fs/afs/ |
D | cell.c | 946 struct afs_cell *ws; in afs_cell_purge() local
|