Searched refs:dirent_buf (Results 1 – 1 of 1) sorted by relevance
2723 unsigned long dirent_buf; in jfs_readdir() local2878 dirent_buf = __get_free_page(GFP_KERNEL); in jfs_readdir()2879 if (dirent_buf == 0) { in jfs_readdir()2887 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()2897 (dirent_buf + PAGE_SIZE)) { in jfs_readdir()3000 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3022 free_page(dirent_buf); in jfs_readdir()3028 free_page(dirent_buf); in jfs_readdir()