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

/linux-master/drivers/md/
H A Dmd-bitmap.h207 unsigned long *filemap_attr; /* attributes associated member in struct:bitmap::bitmap_storage
H A Dmd-bitmap.c854 store->filemap_attr = kzalloc(
857 if (!store->filemap_attr)
876 kfree(store->filemap_attr);
918 set_bit((pnum<<2) + attr, bitmap->storage.filemap_attr);
924 clear_bit((pnum<<2) + attr, bitmap->storage.filemap_attr);
930 return test_bit((pnum<<2) + attr, bitmap->storage.filemap_attr);
937 bitmap->storage.filemap_attr);

Completed in 154 milliseconds