Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.h206 unsigned long *filemap_attr; /* attributes associated member
H A Dmd-bitmap.c815 store->filemap_attr = kzalloc( in md_bitmap_storage_alloc()
818 if (!store->filemap_attr) in md_bitmap_storage_alloc()
841 kfree(store->filemap_attr); in md_bitmap_file_unmap()
891 set_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in set_page_attr()
897 clear_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in clear_page_attr()
903 return test_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in test_page_attr()
910 bitmap->storage.filemap_attr); in test_and_clear_page_attr()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-bitmap.h207 unsigned long *filemap_attr; /* attributes associated member
H A Dmd-bitmap.c854 store->filemap_attr = kzalloc( in md_bitmap_storage_alloc()
857 if (!store->filemap_attr) in md_bitmap_storage_alloc()
876 kfree(store->filemap_attr); in md_bitmap_file_unmap()
918 set_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in set_page_attr()
924 clear_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in clear_page_attr()
930 return test_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in test_page_attr()
937 bitmap->storage.filemap_attr); in test_and_clear_page_attr()

Completed in 14 milliseconds