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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dfind_mount_point.c23 dev_t mountDevice; local
31 mountDevice = s.st_rdev;
33 mountDevice = s.st_dev;
46 if (stat(mountEntry->mnt_fsname, &s) == 0 && s.st_rdev == mountDevice) /* Match the device. */
48 if (stat(mountEntry->mnt_dir, &s) == 0 && s.st_dev == mountDevice) /* Match the directory's mount point. */

Completed in 43 milliseconds