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

/linux-master/fs/ext2/
H A Ddir.c183 * Calls to ext2_get_folio()/folio_release_kmap() must be nested according
190 static void *ext2_get_folio(struct inode *dir, unsigned long n, function
279 char *kaddr = ext2_get_folio(inode, n, 0, &folio);
336 * NOTE: Calls to ext2_get_folio()/folio_release_kmap() must be nested
339 * ext2_find_entry() and ext2_dotdot() act as a call to ext2_get_folio()
340 * and should be treated as a call to ext2_get_folio() for nesting
362 char *kaddr = ext2_get_folio(dir, n, 0, foliop);
406 * NOTE: Calls to ext2_get_folio()/folio_release_kmap() must be nested
409 * ext2_find_entry() and ext2_dotdot() act as a call to ext2_get_folio()
410 * and should be treated as a call to ext2_get_folio() fo
[all...]

Completed in 81 milliseconds