Searched refs:EXT4_DFL_MAX_MNT_COUNT (Results 1 – 2 of 2) sorted by relevance
/fs/ext4/ | ||
D | ext4.h | 1131 #define EXT4_DFL_MAX_MNT_COUNT 20 /* Allow 20 mounts */ macro |
D | super.c | 1957 es->s_max_mnt_count = cpu_to_le16(EXT4_DFL_MAX_MNT_COUNT); in ext4_setup_super() |