Lines Matching refs:mounts
2413 …}var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",… property
2743 var mounts = [];
2749 mounts.push(m);
2751 check.push.apply(check, m.mounts);
2754 return mounts;
2761 var mounts = FS.getMounts(FS.root.mount);
2772 if (++completed >= mounts.length) {
2778 mounts.forEach(function (mount) {
2810 mounts: [] property
2826 node.mount.mounts.push(mount);
2841 var mounts = FS.getMounts(mount);
2849 if (mounts.indexOf(current.mount) !== -1) {
2861 var idx = node.mount.mounts.indexOf(mount);
2863 node.mount.mounts.splice(idx, 1);