Home | History | Annotate | Download | only in embenchen

Lines Matching defs:mounts

2446     }var FS={root:null,mounts:[],devices:[null],streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:null,genericErrors:{},handleFSError:function (e) {
2776 var mounts = [];
2782 mounts.push(m);
2784 check.push.apply(check, m.mounts);
2787 return mounts;
2794 var mounts = FS.getMounts(FS.root.mount);
2805 if (++completed >= mounts.length) {
2810 // sync all mounts
2811 mounts.forEach(function (mount) {
2843 mounts: []
2859 node.mount.mounts.push(mount);
2871 // destroy the nodes for this mount, and all its child mounts
2874 var mounts = FS.getMounts(mount);
2882 if (mounts.indexOf(current.mount) !== -1) {
2893 // remove this mount from the child mounts
2894 var idx = node.mount.mounts.indexOf(mount);
2896 node.mount.mounts.splice(idx, 1);