Searched refs:dirent_buf (Results 1 – 1 of 1) sorted by relevance
3003 unsigned long dirent_buf; in jfs_readdir() local3156 dirent_buf = __get_free_page(GFP_KERNEL); in jfs_readdir()3157 if (dirent_buf == 0) { in jfs_readdir()3165 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3175 (dirent_buf + PSIZE)) { in jfs_readdir()3273 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3295 free_page(dirent_buf); in jfs_readdir()3301 free_page(dirent_buf); in jfs_readdir()