Searched refs:EXT2_DFL_MAX_MNT_COUNT (Results 1 – 2 of 2) sorted by relevance
/fs/ext2/ | ||
D | ext2.h | 389 #define EXT2_DFL_MAX_MNT_COUNT 20 /* Allow 20 mounts */ macro |
D | super.c | 670 es->s_max_mnt_count = cpu_to_le16(EXT2_DFL_MAX_MNT_COUNT); in ext2_setup_super() |