Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Dmd-bitmap.c178 unsigned long *filemap_attr; member
1052 store->filemap_attr = kzalloc( in md_bitmap_storage_alloc()
1055 if (!store->filemap_attr) in md_bitmap_storage_alloc()
1074 kfree(store->filemap_attr); in md_bitmap_file_unmap()
1116 set_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in set_page_attr()
1122 clear_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in clear_page_attr()
1128 return test_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in test_page_attr()
1135 bitmap->storage.filemap_attr); in test_and_clear_page_attr()