Home
last modified time | relevance | path

Searched refs:endn (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_default.c1066 daddr_t startn, endn; in vop_stdadvise() local
1119 endn = bend / bsize; in vop_stdadvise()
1120 error = bnoreuselist(&bo->bo_clean, bo, startn, endn); in vop_stdadvise()
1122 error = bnoreuselist(&bo->bo_dirty, bo, startn, endn); in vop_stdadvise()
H A Dvfs_subr.c2480 bnoreuselist(struct bufv *bufv, struct bufobj *bo, daddr_t startn, daddr_t endn) in bnoreuselist() argument
2491 if (bp == NULL || bp->b_lblkno >= endn || in bnoreuselist()
/freebsd/sys/sys/
H A Dvnode.h642 daddr_t endn);