Searched refs:r_off (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 110 uint64_t off = new->r_off; in zfs_range_lock_writer() 131 new->r_off = zp->z_size; in zfs_range_lock_writer() 138 end_size = MAX(zp->z_size, new->r_off + len); in zfs_range_lock_writer() 141 new->r_off = 0; in zfs_range_lock_writer() 163 if (rl && (rl->r_off < new->r_off + new->r_len)) in zfs_range_lock_writer() 167 if (rl && rl->r_off + rl->r_len > new->r_off) in zfs_range_lock_writer() 181 new->r_off = off; in zfs_range_lock_writer() 206 proxy->r_off = rl->r_off; in zfs_range_proxify() 228 ASSERT3U(off, >, rl->r_off); in zfs_range_split() 229 ASSERT3U(off, <, rl->r_off + rl->r_len); in zfs_range_split() [all …]
|
H A D | zfs_vnops.c | 770 woff = rl->r_off; in zfs_write()
|
/titanic_50/usr/src/cmd/compress/ |
H A D | compress.c | 1160 int r_off = offset, bits = n_bits; in output() local 1176 bp += (r_off >> 3); in output() 1177 r_off &= 7; in output() 1182 *bp = (*bp & rmask[r_off]) | (code << r_off) & lmask[r_off]; in output() 1184 bits -= (8 - r_off); in output() 1185 code >>= 8 - r_off; in output() 1390 int r_off, bits; in getcode() local 1426 r_off = offset; in getcode() 1431 bp += (r_off >> 3); in getcode() 1432 r_off &= 7; in getcode() [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_rlock.h | 46 uint64_t r_off; /* file range offset */ member
|
/titanic_50/usr/src/uts/common/sys/rsm/ |
H A D | rsm_in.h | 187 offset_t r_off; /* offset of this region in segment */ member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | systm.h | 380 off_t r_off; member
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | backend.c | 940 off_t nrd, nwr, n, r_off = 0, w_off = 0; in backend_do_copy() local 952 "at offset %d: %s\n", src, r_off, strerror(errno)); in backend_do_copy() 957 r_off += nrd; in backend_do_copy()
|