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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h225 unsigned long logattrs; /* used when filemap_attr doesn't exist member in struct:bitmap
H A Dbitmap.c802 __set_bit(attr, &bitmap->logattrs);
811 __clear_bit(attr, &bitmap->logattrs);
820 return test_bit(attr, &bitmap->logattrs);
876 dirty = test_and_clear_bit(BITMAP_PAGE_DIRTY, &bitmap->logattrs);
877 need_write = test_and_clear_bit(BITMAP_PAGE_NEEDWRITE, &bitmap->logattrs);

Completed in 46 milliseconds