Searched refs:LFS_UNUSED_LBN (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/ufs/lfs/
H A Dulfs_readwrite.c282 lfs_check(vp, LFS_UNUSED_LBN, 0);
455 lfs_check(vp, LFS_UNUSED_LBN, 0);
H A Dlfs_syscalls.c353 if (blkp->bi_lbn == LFS_UNUSED_LBN) {
732 if (blkp->bi_lbn == LFS_UNUSED_LBN) {
H A Dlfs_vnops.c531 lfs_check(dvp, LFS_UNUSED_LBN, 0);
597 lfs_check(dvp, LFS_UNUSED_LBN, 0);
1228 lfs_check(vp, LFS_UNUSED_LBN, 0);
H A Dlfs.h523 #define LFS_UNUSED_LBN -1 macro
H A Dlfs_vfsops.c1675 fs->lfs_cleaner_hint->bi_lbn == LFS_UNUSED_LBN) {
/netbsd-current/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c421 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 110 milliseconds