Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dbitmap.h205 unsigned long *filemap_attr; /* attributes associated member
Dbitmap.c797 store->filemap_attr = kzalloc( in bitmap_storage_alloc()
800 if (!store->filemap_attr) in bitmap_storage_alloc()
823 kfree(store->filemap_attr); in bitmap_file_unmap()
875 set_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in set_page_attr()
881 clear_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in clear_page_attr()
887 return test_bit((pnum<<2) + attr, bitmap->storage.filemap_attr); in test_page_attr()
894 bitmap->storage.filemap_attr); in test_and_clear_page_attr()