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

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c159 daddr_t lbn, nextlbn; local
189 nextlbn = lbn + 1;
198 if (ext2_lblktosize(fs, nextlbn) >= ext2fs_size(ip))
203 size, &nextlbn, &nextsize, 1, 0, &bp);
/netbsd-current/sys/ufs/lfs/
H A Dulfs_readwrite.c127 daddr_t lbn, nextlbn; local
161 nextlbn = lbn + 1;
167 if (lfs_lblktosize(fs, nextlbn) >= ip->i_size)
170 int nextsize = lfs_blksize(fs, ip, nextlbn);
172 size, &nextlbn, &nextsize, 1, 0, &bp);
/netbsd-current/sys/ufs/ufs/
H A Dufs_readwrite.c129 daddr_t lbn, nextlbn; local
162 nextlbn = lbn + 1;
168 if (ufs_lblktosize(fs, nextlbn) >= ip->i_size)
171 int nextsize = ufs_blksize(fs, ip, nextlbn);
173 size, &nextlbn, &nextsize, 1, 0, &bp);
/netbsd-current/sys/ufs/ffs/
H A Dffs_extattr.c143 ufs_lbn_t lbn, nextlbn; local
168 nextlbn = lbn + 1;
196 if (lblktosize(fs, nextlbn) >= dp->di_extsize) {
209 u_int nextsize = sblksize(fs, dp->di_extsize, nextlbn);
211 nextlbn = -1 - nextlbn;
213 size, &nextlbn, &nextsize, 1, 0, &bp);
H A Dffs_snapshot.c2075 daddr_t lbn, nextlbn; local
2091 nextlbn = lbn + 1;
2097 if (ffs_lblktosize(fs, nextlbn + 1) >= fsbytes) {
2105 size, &nextlbn, &nextsize, 1, 0, &bp);
/netbsd-current/sys/ufs/chfs/
H A Dchfs_vnops.c627 daddr_t lbn, nextlbn; local
692 nextlbn = lbn + 1;
698 if (chfs_lblktosize(chmp, nextlbn) >= ip->size) {
702 int nextsize = chfs_blksize(chmp, ip, nextlbn);
705 size, &nextlbn, &nextsize, 1, 0, &bp);

Completed in 262 milliseconds