Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-map.c332 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap() function
344 .use_bitmap = use_bitmap,
366 .use_bitmap = pinned_use_bitmap,
Dfree-space-cache.h45 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, member
Dfree-space-cache.c1589 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap() function
1627 .use_bitmap = use_bitmap,
1642 if (!ctl->op->use_bitmap(ctl, info)) in insert_into_bitmap()