Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2_dinode.h102 #define EXT2_MAXSYMLINKLEN (EXT2_N_BLOCKS * sizeof(uint32_t)) macro
H A Dext2_vfsops.c980 mp->mnt_maxsymlinklen = EXT2_MAXSYMLINKLEN; in ext2_mountfs()