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