OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTFS_BLOCKSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/fs/puffs/h_dtfs/
dtfs.h
39
#define
DTFS_BLOCKSIZE
(1<<DTFS_BLOCKSHIFT)
dtfs_subr.c
245
needalloc = newsize > ROUNDUP(df->df_datalen,
DTFS_BLOCKSIZE
);
263
df->df_blocks[i] = emalloc(
DTFS_BLOCKSIZE
);
264
memset(df->df_blocks[i], 0,
DTFS_BLOCKSIZE
);
dtfs_vnops.c
472
copylen = MIN(xfer, BLOCKLEFT(offset,
DTFS_BLOCKSIZE
));
474
+ BLOCKOFF(offset,
DTFS_BLOCKSIZE
);
511
copylen = MIN(*resid, BLOCKLEFT(offset,
DTFS_BLOCKSIZE
));
514
+ BLOCKOFF(offset,
DTFS_BLOCKSIZE
);
Completed in 13 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025