Home
last modified time | relevance | path

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

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