OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT2FS_MAXNAMLEN
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_dir.h
90
* The maximum length of a name in a directory is
EXT2FS_MAXNAMLEN
.
108
#define
EXT2FS_MAXNAMLEN
255
115
char e2d_name[
EXT2FS_MAXNAMLEN
];/* name with length<=
EXT2FS_MAXNAMLEN
*/
206
* but the name field is
EXT2FS_MAXNAMLEN
- 1, and this just won't do.
ext2fs_lookup.c
825
* name is not longer than
EXT2FS_MAXNAMLEN
846
else if (namlen >
EXT2FS_MAXNAMLEN
)
847
error_msg = "namlen >
EXT2FS_MAXNAMLEN
";
ext2fs_vfsops.c
785
mp->mnt_stat.f_namemax =
EXT2FS_MAXNAMLEN
;
/src/sbin/fsck_ext2fs/
utilities.c
452
if (cp < &namebuf[
EXT2FS_MAXNAMLEN
])
/src/sys/ufs/ufs/
ufs_vnops.c
122
__CTASSERT(
EXT2FS_MAXNAMLEN
== FFS_MAXNAMLEN);
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025