OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntfs_cntob
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/ntfs/
ntfs_subr.c
284
boff =
ntfs_cntob
(ntmp->ntm_mftcn) +
291
l = MIN(resid,
ntfs_cntob
(1) - boff);
293
error = bread(ntmp->ntm_devvp, bn,
ntfs_cntob
(1),
919
ntfs_cntob
(cn), rdsize, rdbuf, NULL);
937
"$I30",
ntfs_cntob
(cn), rdsize, rdbuf, NULL);
1080
cpbl = ntfs_btocn(blsize +
ntfs_cntob
(1) - 1);
1107
ntfs_cntob
(blnum * cpbl), rdsize, rdbuf, NULL);
1149
while (
ntfs_cntob
(blnum * cpbl) < iavap->va_datalen) {
1157
if (
ntfs_cntob
(blnum * cpbl) >= iavap->va_datalen)
1217
towrite = MIN(left,
ntfs_cntob
(vap->va_vcnend + 1) - off)
[
all
...]
ntfs_compr.c
103
for (i = 0; i * NTFS_COMPBLOCK_SIZE <
ntfs_cntob
(NTFS_COMPUNIT_CL); i++) {
ntfs.h
286
#define
ntfs_cntob
(cn) (off_t)((cn) * (ntmp)->ntm_spc * (ntmp)->ntm_bps)
macro
288
#define ntfs_btocl(off) (cn_t)((off +
ntfs_cntob
(1) - 1) / ((ntmp)->ntm_spc * (ntmp)->ntm_bps))
ntfs_vnops.c
311
if (
ntfs_cntob
(bp->b_blkno) >= fp->f_size) {
316
fp->f_size -
ntfs_cntob
(bp->b_blkno));
321
fp->f_attrname,
ntfs_cntob
(bp->b_blkno),
336
if (
ntfs_cntob
(bp->b_blkno) + bp->b_bcount >= fp->f_size) {
341
fp->f_size -
ntfs_cntob
(bp->b_blkno));
346
fp->f_attrname,
ntfs_cntob
(bp->b_blkno),towrite,
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026