pmntfile 1107 source3/client/mount.cifs.c FILE * pmntfile;
pmntfile 1539 source3/client/mount.cifs.c pmntfile = setmntent(MOUNTED, "a+");
pmntfile 1540 source3/client/mount.cifs.c if (!pmntfile) {
pmntfile 1578 source3/client/mount.cifs.c rc = addmntent(pmntfile,&mountent);
pmntfile 1579 source3/client/mount.cifs.c endmntent(pmntfile);
pmntfile 313 source4/client/mount.cifs.c FILE * pmntfile;
pmntfile 543 source4/client/mount.cifs.c pmntfile = setmntent(MOUNTED, "a+");
pmntfile 544 source4/client/mount.cifs.c if(pmntfile) {
pmntfile 551 source4/client/mount.cifs.c rc = addmntent(pmntfile,&mountent);
pmntfile 552 source4/client/mount.cifs.c endmntent(pmntfile);