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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c436 int *mountpoint_fd)
488 *mountpoint_fd = open(mnt, O_WRONLY);
489 if (*mountpoint_fd == -1) {
494 res = fstat(*mountpoint_fd, stbuf);
506 sprintf(procfile, "/proc/self/fd/%i", *mountpoint_fd);
571 int mountpoint_fd = -1; local
585 res = check_perm(&real_mnt, &stbuf, &currdir_fd, &mountpoint_fd);
594 if (mountpoint_fd != -1)
595 close(mountpoint_fd);
435 check_perm(const char **mntp, struct stat *stbuf, int *currdir_fd, int *mountpoint_fd) argument

Completed in 51 milliseconds