Home
last modified time | relevance | path

Searched refs:EXT2_MAXSYMLINKLEN (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/fs/ext2fs/
Dext2_dinode.h102 #define EXT2_MAXSYMLINKLEN (EXT2_N_BLOCKS * sizeof(uint32_t)) macro
Dext2_vfsops.c951 mp->mnt_maxsymlinklen = EXT2_MAXSYMLINKLEN; in ext2_mountfs()