Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dcompression.h125 struct list_head *btrfs_get_workspace(int type, unsigned int level);
Dcompression.c1013 struct list_head *btrfs_get_workspace(int type, unsigned int level) in btrfs_get_workspace() function
1095 case BTRFS_COMPRESS_NONE: return btrfs_get_workspace(type, level); in get_workspace()
1097 case BTRFS_COMPRESS_LZO: return btrfs_get_workspace(type, level); in get_workspace()
Dzlib.c38 struct list_head *ws = btrfs_get_workspace(BTRFS_COMPRESS_ZLIB, level); in zlib_get_workspace()