Lines Matching refs:mounts
2412 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2742 var mounts = [];
2748 mounts.push(m);
2750 check.push.apply(check, m.mounts);
2753 return mounts;
2760 var mounts = FS.getMounts(FS.root.mount);
2771 if (++completed >= mounts.length) {
2777 mounts.forEach(function (mount) {
2809 mounts: [] property
2825 node.mount.mounts.push(mount);
2840 var mounts = FS.getMounts(mount);
2848 if (mounts.indexOf(current.mount) !== -1) {
2860 var idx = node.mount.mounts.indexOf(mount);
2862 node.mount.mounts.splice(idx, 1);