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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.c673 static inline unsigned long file_page_index(struct bitmap *bitmap, unsigned long chunk) function
700 if (file_page_index(bitmap, chunk) >= bitmap->file_pages)
702 return bitmap->filemap[file_page_index(bitmap, chunk)
703 - file_page_index(bitmap, 0)];
985 index = file_page_index(bitmap, i);

Completed in 53 milliseconds