HomeSort by: relevance | last modified time | path
    Searched refs:lfs_cleaner_hint (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_syscalls.c 975 fs->lfs_cleaner_hint = blkp;
977 fs->lfs_cleaner_hint = NULL;
lfs_vfsops.c 1771 if (curlwp == fs->lfs_cleaner_thread && fs->lfs_cleaner_hint != NULL &&
1772 fs->lfs_cleaner_hint->bi_lbn == LFS_UNUSED_LBN) {
1773 dip = fs->lfs_cleaner_hint->bi_bp;
lfs.h 1119 struct block_info *lfs_cleaner_hint; member in struct:lfs

Completed in 16 milliseconds