Searched refs:dirent_buf (Results 1 – 1 of 1) sorted by relevance
3026 unsigned long dirent_buf; in jfs_readdir() local3188 dirent_buf = __get_free_page(GFP_KERNEL); in jfs_readdir()3189 if (dirent_buf == 0) { in jfs_readdir()3197 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3207 (dirent_buf + PAGE_SIZE)) { in jfs_readdir()3311 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3333 free_page(dirent_buf); in jfs_readdir()3339 free_page(dirent_buf); in jfs_readdir()