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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c39 static int mount_max = 1000; variable
577 if (getuid() != 0 && mount_max != -1) {
578 if (count_fuse_fs() >= mount_max) {
580 progname, mount_max);

Completed in 89 milliseconds