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

  /src/sys/ufs/lfs/
ulfs_readwrite.c 282 lfs_check(vp, LFS_UNUSED_LBN, 0);
455 lfs_check(vp, LFS_UNUSED_LBN, 0);
lfs_syscalls.c 353 if (blkp->bi_lbn == LFS_UNUSED_LBN) {
732 if (blkp->bi_lbn == LFS_UNUSED_LBN) {
lfs_vnops.c 531 lfs_check(dvp, LFS_UNUSED_LBN, 0);
597 lfs_check(dvp, LFS_UNUSED_LBN, 0);
1234 lfs_check(vp, LFS_UNUSED_LBN, 0);
lfs.h 523 #define LFS_UNUSED_LBN -1
lfs_vfsops.c 1772 fs->lfs_cleaner_hint->bi_lbn == LFS_UNUSED_LBN) {
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 421 if (bip->bi_lbn == LFS_UNUSED_LBN) {
550 bip[*bic - 1].bi_lbn = LFS_UNUSED_LBN;
837 if (a->bi_lbn == LFS_UNUSED_LBN) /* Inodes sort lower than blocks */
839 if (b->bi_lbn == LFS_UNUSED_LBN)
1054 if (bip[i].bi_lbn == LFS_UNUSED_LBN)

Completed in 20 milliseconds