Home
last modified time | relevance | path

Searched refs:btrfs_get_workspace (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/btrfs/
Dcompression.h134 struct list_head *btrfs_get_workspace(int type, unsigned int level);
Dcompression.c821 struct list_head *btrfs_get_workspace(int type, unsigned int level) in btrfs_get_workspace() function
903 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace()
905 case BTRFS_COMPRESS_LZO: return btrfs_get_workspace(type, level); in get_workspace()
Dzlib.c41 struct list_head *ws = btrfs_get_workspace(BTRFS_COMPRESS_ZLIB, level); in zlib_get_workspace()