Home
last modified time | relevance | path

Searched refs:nextlbn (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c654 ufs_lbn_t lbn, nextlbn; in ffs_read() local
710 nextlbn = lbn + 1; in ffs_read()
738 if (lblktosize(fs, nextlbn) >= ip->i_size) { in ffs_read()
763 int nextsize = blksize(fs, ip, nextlbn); in ffs_read()
764 error = breadn_flags(vp, lbn, lbn, size, &nextlbn, in ffs_read()
1068 ufs_lbn_t lbn, nextlbn; in ffs_extread() local
1093 nextlbn = lbn + 1; in ffs_extread()
1121 if (lblktosize(fs, nextlbn) >= dp->di_extsize) { in ffs_extread()
1134 int nextsize = sblksize(fs, dp->di_extsize, nextlbn); in ffs_extread()
1135 nextlbn = -1 - nextlbn; in ffs_extread()
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_io.c132 daddr_t lbn, nextlbn; in fuse_read_biobackend() local
167 nextlbn = lbn + 1; in fuse_read_biobackend()
168 nextsize = MIN(biosize, filesize - nextlbn * biosize); in fuse_read_biobackend()
185 err = breadn(vp, lbn, bcount, &nextlbn, &nextsize, 1, in fuse_read_biobackend()
/freebsd/sbin/fsck_ffs/
H A Dsuj.c768 ufs_lbn_t nextlbn; in ino_visit() local
809 lbn = nextlbn) { in ino_visit()
810 nextlbn = lbn + tmpval; in ino_visit()
1285 ufs_lbn_t nextlbn; in ino_trunc() local
1337 lbn = nextlbn) { in ino_trunc()
1338 nextlbn = lbn + tmpval; in ino_trunc()
1341 if (lastlbn >= nextlbn) in ino_trunc()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2030 daddr_t lbn, nextlbn; in ext2_read() local
2068 nextlbn = lbn + 1; in ext2_read()
2078 if (lblktosize(fs, nextlbn) >= ip->i_size) in ext2_read()
2085 u_int nextsize = blksize(fs, ip, nextlbn); in ext2_read()
2088 size, &nextlbn, &nextsize, 1, NOCRED, &bp); in ext2_read()