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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dhelper.c13 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args) argument
18 fd = fuse_kern_mount(mountpoint, args);
24 fuse_kern_unmount(mountpoint, fd);
29 void fuse_unmount(const char *mountpoint, struct fuse_chan *ch) argument
32 fuse_kern_unmount(mountpoint, fd);
H A Dfuse_i.h24 void fuse_kern_unmount(const char *mountpoint, int fd);
25 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args);
H A Dmount.c172 void fuse_kern_unmount(const char *mountpoint, int fd) argument
176 if (!mountpoint)
192 fusermount(1, 0, 1, "", mountpoint);
210 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args) argument
246 res = fusermount(0, 0, 0, mnt_opts ? mnt_opts : "", mountpoint);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_common.h117 * Create a FUSE mountpoint
122 * @param mountpoint the mount point path
126 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args);
129 * Umount a FUSE mountpoint
131 * @param mountpoint the mount point path
134 void fuse_unmount(const char *mountpoint, struct fuse_chan *ch);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dmount.cifs.c651 char * mountpoint; local
687 mountpoint = argv[2];
812 if (realpath(mountpoint, resolved_path)) {
813 mountpoint = resolved_path;
816 if(chdir(mountpoint)) {
817 printf("mount error: can not change directory into mount target %s\n",mountpoint);
822 printf("mount error: mount point %s does not exist\n",mountpoint);
827 printf("mount error: mount point %s is not a directory\n",mountpoint);
903 if(mount(share_name, mountpoint, "cifs", flags, options)) {
940 mountent.mnt_dir = mountpoint;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmount.h41 struct dentry *mnt_mountpoint; /* dentry of mountpoint */
101 extern void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamei.c641 struct dentry *mountpoint; local
649 mountpoint=dget((*mnt)->mnt_mountpoint);
652 *dentry = mountpoint;
1384 * 9. We can't remove a root or mountpoint.
H A Dnamespace.c553 * Allow userspace to request a mountpoint be expired rather than
758 * store the parent mount and mountpoint dentry.
881 * recursively change the type of the mountpoint.
1244 * search the list of submounts for a given mountpoint, and move any
1290 * submounts of a specific parent mountpoint
1292 void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts) argument
1299 /* extract submounts of 'mountpoint' from the expiration list */
1300 while ((found = select_submounts(mountpoint, &graveyard)) != 0)
1404 /* Separate the per-mountpoint flags */
1421 /* ... and get the mountpoint */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h236 USE_MOUNTPOINT(APPLET(mountpoint, _BB_DIR_BIN, _BB_SUID_NEVER))

Completed in 150 milliseconds