Searched refs:dirent_buf (Results 1 – 1 of 1) sorted by relevance
3026 unsigned long dirent_buf; in jfs_readdir() local3183 dirent_buf = __get_free_page(GFP_KERNEL); in jfs_readdir()3184 if (dirent_buf == 0) { in jfs_readdir()3192 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3202 (dirent_buf + PAGE_SIZE)) { in jfs_readdir()3305 jfs_dirent = (struct jfs_dirent *) dirent_buf; in jfs_readdir()3327 free_page(dirent_buf); in jfs_readdir()3333 free_page(dirent_buf); in jfs_readdir()