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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddf.c43 struct mntent *mount_entry; local
80 mount_entry = getmntent(mount_table);
81 if (!mount_entry) {
90 mount_entry = find_mount_point(mount_point, bb_path_mtab_file);
91 if (!mount_entry) {
99 device = mount_entry->mnt_fsname;
100 mount_point = mount_entry->mnt_dir;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dumount.cifs.c165 struct mntent * mount_entry; local
198 while((mount_entry = getmntent(org_fd)) != NULL) {
199 if(strcmp(mount_entry->mnt_dir, mountpoint) == 0) {
216 while((mount_entry = getmntent(org_fd)) != NULL) {
217 if(strcmp(mount_entry->mnt_dir, mountpoint) != 0) {
218 addmntent(new_fd, mount_entry);
221 addmntent(new_fd, mount_entry);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dservices.c1232 struct mntent *mount_entry; local
1241 while ((mount_entry = getmntent(mnt_file)) != NULL) {
1242 mount_point = mount_entry->mnt_dir;

Completed in 101 milliseconds