Searched refs:mount_count (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/
H A Dinode.c27 static int mount_count; variable
225 error = simple_pin_fs(&fs_type, &mount, &mount_count);
234 simple_release_fs(&mount, &mount_count);
314 simple_release_fs(&mount, &mount_count);
337 simple_release_fs(&mount, &mount_count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c56 static int max_mount_count, mount_count, mount_flags; variable
420 mount_count = xatou_range(optarg, 0, 16000);
622 sb->s_mnt_count = mount_count;
624 printf("Setting current mount count to %d\n", mount_count);

Completed in 78 milliseconds