Searched refs:UMOUNT_NOFOLLOW (Results 1 – 1 of 1) sorted by relevance
40 #ifndef UMOUNT_NOFOLLOW41 #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ macro123 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()131 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()139 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()147 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()