OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LFS_DIRECTSIZ
(Results
1 - 9
of
9
) sorted by relevancy
/src/sbin/fsck_lfs/
dir.c
377
newreclen =
LFS_DIRECTSIZ
(fs, namlen);
689
lfs_dir_setreclen(fs, dirp,
LFS_DIRECTSIZ
(fs, 1));
693
LFS_DIRECTSIZ
(fs, 1));
697
lfs_dir_setreclen(fs, dirp, LFS_DIRBLKSIZ -
LFS_DIRECTSIZ
(fs, 1));
701
LFS_DIRBLKSIZ -
LFS_DIRECTSIZ
(fs, 1));
pass2.c
251
entrysize =
LFS_DIRECTSIZ
(fs, 1);
287
entrysize =
LFS_DIRECTSIZ
(fs, 2);
/src/sys/ufs/lfs/
lfs_accessors.h
258
#define
LFS_DIRECTSIZ
(fs, namlen) \
272
LFS_DIRECTSIZ
((dp)->d_type) :
LFS_DIRECTSIZ
((dp)->d_namlen))
276
LFS_DIRECTSIZ
((dp)->d_type) :
LFS_DIRECTSIZ
((dp)->d_namlen))
279
#define LFS_DIRSIZ(fs, dp)
LFS_DIRECTSIZ
(fs, lfs_dir_getnamlen(fs, dp))
ulfs_lookup.c
225
slotneeded =
LFS_DIRECTSIZ
(fs, cnp->cn_namelen);
786
newentrysize =
LFS_DIRECTSIZ
(fs, namlen);
1143
/* XXX this should probably use
LFS_DIRECTSIZ
(fs, 2) */
lfs_vnops.c
976
lfs_dir_setreclen(fs, dirp,
LFS_DIRECTSIZ
(fs, 1));
980
LFS_DIRECTSIZ
(fs, 1));
984
lfs_dir_setreclen(fs, dirp, dirblksiz -
LFS_DIRECTSIZ
(fs, 1));
988
dirblksiz -
LFS_DIRECTSIZ
(fs, 1));
ulfs_vnops.c
825
if (callerbytes - dropend <
LFS_DIRECTSIZ
(fs, 0)) {
865
maxcookies = rawbytes /
LFS_DIRECTSIZ
(fs, 1);
lfs_rename.c
938
* namely
LFS_DIRECTSIZ
(1).
940
position =
LFS_DIRECTSIZ
(fs, 1);
ulfs_dirhash.c
165
nslots = ip->i_size /
LFS_DIRECTSIZ
(fs, 1);
/src/sbin/newfs_lfs/
make_lfs.c
367
reclen =
LFS_DIRECTSIZ
(fs, namlen);
Completed in 22 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025