OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MINDIRSIZ
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_lookup.c
1134
#define
MINDIRSIZ
(sizeof (struct ext2fs_dirtemplate) / 2)
1137
error = ufs_bufio(UIO_READ, ITOV(ip), (void *)dp,
MINDIRSIZ
,
1140
* Since we read
MINDIRSIZ
, residual must
/src/sys/ufs/lfs/
ulfs_lookup.c
1144
#define
MINDIRSIZ
(sizeof (struct lfs_dirtemplate64) / 2)
1147
error = ulfs_bufio(UIO_READ, ITOV(ip), (void *)dp,
MINDIRSIZ
,
1150
* Since we read
MINDIRSIZ
, residual must
/src/sys/ufs/ufs/
ufs_lookup.c
1306
#define
MINDIRSIZ
(sizeof (struct dirtemplate) / 2)
1310
error = ufs_bufio(UIO_READ, ITOV(ip), dp,
MINDIRSIZ
,
1313
* Since we read
MINDIRSIZ
, residual must
Completed in 13 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025