Searched refs:EXT2_DFL_MAX_MNT_COUNT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A De2fs_defs.h342 #define EXT2_DFL_MAX_MNT_COUNT 20 /* Allow 20 mounts */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_fs.h351 #define EXT2_DFL_MAX_MNT_COUNT 20 /* Allow 20 mounts */ macro
H A Dinitialize.c150 set_field(s_max_mnt_count, EXT2_DFL_MAX_MNT_COUNT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext2_fs.h359 #define EXT2_DFL_MAX_MNT_COUNT 20 /* Allow 20 mounts */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c1231 fs->super->s_max_mnt_count += val % EXT2_DFL_MAX_MNT_COUNT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dsuper.c601 es->s_max_mnt_count = cpu_to_le16(EXT2_DFL_MAX_MNT_COUNT);

Completed in 71 milliseconds