Searched refs:dirent_buf (Results 1 – 1 of 1) sorted by relevance
3014 unsigned long dirent_buf; in jfs_readdir() local3169 dirent_buf = __get_free_page(GFP_KERNEL); in jfs_readdir()3170 if (dirent_buf == 0) { in jfs_readdir()3178 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3188 (dirent_buf + PAGE_SIZE)) { in jfs_readdir()3291 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3313 free_page(dirent_buf); in jfs_readdir()3319 free_page(dirent_buf); in jfs_readdir()