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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Ddir.c611 * @ia_page: page in which the index allocation buffer @ie is in resides
620 * If @ia_page is not NULL it is the locked page containing the index
623 * Note, we drop (and then reacquire) the page lock on @ia_page across the
630 ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie,
670 if (ia_page)
671 unlock_page(ia_page);
677 if (!rc && ia_page)
678 lock_page(ia_page);
717 struct page *bmp_page = NULL, *ia_page = NULL; local
912 if (likely(ia_page !
629 ntfs_filldir(ntfs_volume *vol, loff_t fpos, ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie, u8 *name, void *dirent, filldir_t filldir) argument
[all...]

Completed in 44 milliseconds