HomeSort by: relevance | last modified time | path
    Searched refs:mountpoint (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/lib/librefuse/refuse/
v26.c 43 fuse_mount_v26(const char *mountpoint, struct fuse_args *args) {
50 nominal_fd = fuse_mount_v25(mountpoint, args);
63 fuse_unmount_v26(const char *mountpoint, struct fuse_chan *ch) {
67 if (strcmp(mountpoint, fuse_chan_mountpoint(ch)) != 0)
68 warnx("%s: mountpoint `%s' differs from that was passed to fuse_mount(): %s",
69 __func__, mountpoint, fuse_chan_mountpoint(ch));
74 fuse_unmount_v11(mountpoint);
95 char **mountpoint, int *multithreaded,
104 *mountpoint = opts.mountpoint; /* Transfer the ownership of the string. *
    [all...]
v22.c 41 char **mountpoint, int *multithreaded, int *fd) {
54 fuse = fuse_setup_v26(argc, argv, op, op_version, mountpoint, multithreaded, NULL);
65 char *mountpoint __attribute__((__unused__))) {
v11.c 47 fuse_mount_v11(const char *mountpoint, const char *argv[]) {
65 nominal_fd = fuse_mount_v25(mountpoint, &args);
74 const char* mountpoint = priv; local
76 return strcmp(fuse_chan_mountpoint(chan), mountpoint) == 0;
116 fuse_unmount_v11(const char *mountpoint) {
121 /* Search for the fuse_chan having the given mountpoint. It must
123 chan = fuse_chan_find(is_same_mountpoint, &idx, __UNCONST(mountpoint));
125 errx(EXIT_FAILURE, "%s: cannot find a channel for the mountpoint: %s",
126 __func__, mountpoint);
v25.c 43 fuse_mount_v25(const char *mountpoint, struct fuse_args *args) {
48 chan = fuse_chan_new(mountpoint, args);
59 fuse_parse_cmdline_v25(struct fuse_args *args, char **mountpoint,
66 *mountpoint = opts.mountpoint; /* Transfer the ownership of the string. */
v30.c 40 fuse_mount_v30(struct fuse *fuse, const char *mountpoint) {
41 return __fuse_mount(fuse, mountpoint);
chan.c 53 char* mountpoint; member in struct:fuse_chan
70 struct fuse_chan* fuse_chan_new(const char* mountpoint, const struct fuse_args* args) {
79 chan->mountpoint = strdup(mountpoint);
80 if (!chan->mountpoint) {
89 free(chan->mountpoint);
99 free(chan->mountpoint);
232 return chan->mountpoint;
v11.h 74 int fuse_mount_v11(const char *mountpoint, const char *argv[]);
77 void fuse_unmount_v11(const char *mountpoint);
v26.h 88 struct fuse_chan *fuse_mount_v26(const char *mountpoint, struct fuse_args *args);
91 void fuse_unmount_v26(const char *mountpoint, struct fuse_chan *ch);
101 char **mountpoint, int *multithreaded,
105 void fuse_teardown_v26(struct fuse *fuse, char *mountpoint);
v21.c 44 fuse_mount_v21(const char *mountpoint, const char *opts) {
56 nominal_fd = fuse_mount_v25(mountpoint, &args);
v22.h 80 char **mountpoint, int *multithreaded, int *fd);
83 void fuse_teardown_v22(struct fuse *fuse, int fd, char *mountpoint);
v25.h 85 int fuse_mount_v25(const char *mountpoint, struct fuse_args *args);
88 int fuse_parse_cmdline_v25(struct fuse_args *args, char **mountpoint,
chan.h 58 struct fuse_chan* fuse_chan_new(const char* mountpoint, const struct fuse_args* args);
  /src/lib/librefuse/
fuse_lowlevel.h 49 char *mountpoint; member in struct:fuse_cmdline_opts
refuse_compat.c 50 char *mountpoint; member in struct:fuse_cmdline_opts_rev0
56 int fuse_mount(struct fuse *fuse, const char *mountpoint);
64 void fuse_unmount_compat22(const char *mountpoint);
101 fuse_mount(struct fuse *fuse, const char *mountpoint) {
102 return fuse_mount_v30(fuse, mountpoint);
162 fuse_unmount_compat22(const char *mountpoint) {
163 fuse_unmount_v11(mountpoint);
fuse_internal.h 74 int __fuse_mount(struct fuse *fuse, const char *mountpoint);
  /src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
lvm2udev 5 # simple startup script to create lvm2 devices if /dev is a mountpoint, there
13 # is /dev a mountpoint?
14 mountpoint -q /dev
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_mount.c 32 * mountpoint.
123 * Search the sharetab for the given mountpoint and protocol, returning
127 is_shared(libzfs_handle_t *hdl, const char *mountpoint, zfs_share_proto_t proto)
139 /* the mountpoint is the first entry on each line */
144 if (strcmp(buf, mountpoint) == 0) {
210 * in 'where' with the current mountpoint, and return 1. Otherwise, we return
235 * mountpoint in 'buf'.
274 char mountpoint[ZFS_MAXPROPLEN]; local
289 if (!zfs_is_mountable(zhp, mountpoint, sizeof (mountpoint), NULL)
475 char *mountpoint; local
733 char mountpoint[ZFS_MAXPROPLEN]; local
1028 char mountpoint[ZFS_MAXPROPLEN]; local
    [all...]
  /src/etc/rc.d/
random_seed 35 df -P "$1" | (while read dev total used avail cap mountpoint; do
36 case $mountpoint in
  /src/usr.sbin/autofs/
automount.c 68 find_statfs(const struct statvfs *mntbuf, int nitems, const char *mountpoint)
73 if (strcmp(mntbuf[i].f_mntonname, mountpoint) == 0)
107 char *mountpoint; local
115 mountpoint = node_path(n);
116 sb = find_statfs(mntbuf, nitems, mountpoint);
120 "on %s; mounting", mountpoint);
127 "on %s", mountpoint);
129 free(mountpoint);
134 mountpoint);
137 mount_autofs(from, mountpoint, options, prefix)
    [all...]
  /src/external/cddl/osnet/lib/libzfs/
fsshare.c 67 * mountpoint specified in the 'skip' argument.
89 /* Skip the given mountpoint. */
148 fsshare_main(const char *file, const char *mountpoint, const char *shareopts,
201 while (oldfd != NULL && (line = zgetline(oldfd, mountpoint)) != NULL)
212 fprintf(newfd, "%s\t%s\n", mountpoint,
242 * Add the given mountpoint to the given exports file.
245 fsshare(const char *file, const char *mountpoint, const char *shareopts)
248 return (fsshare_main(file, mountpoint, shareopts, 1));
252 * Remove the given mountpoint from the given exports file.
255 fsunshare(const char *file, const char *mountpoint)
    [all...]
  /src/sbin/mount_puffs/
mount_puffs.c 56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname());
60 static int show_puffs_mount_args(const char *mountpoint)
65 if (mount(MOUNT_PUFFS, mountpoint, MNT_GETARGS, &kargs, sizeof(kargs)) == -1)
86 const char *source, const char *mountpoint)
93 * program [-o opts] [source] mountpoint */
103 argv[argc++] = mountpoint;
  /src/tests/fs/nullfs/
t_ipc.sh 34 atf_check mkdir mountpoint
36 atf_check mount -t null "$@" "$(pwd)/mountfrom" "$(pwd)/mountpoint"
41 umount -f -R "$(pwd)/mountpoint"
56 timeout 5s sh -c 'printf hello >mountpoint/fifo'
77 atf_check -o inline:hello timeout 5s cat mountpoint/fifo
101 output=$(printf world | nc -N -U mountpoint/socket) || status=$?
127 printf hello | timeout 5s nc -N -U -l mountpoint/socket >output &
  /src/sbin/dump/
main.c 143 char *mountpoint; local
325 mountpoint = NULL;
344 mountpoint = xstrdup(dt->fs_file);
352 if (mountpoint == NULL) {
353 mountpoint = xstrdup(fsbuf.f_mntonname);
363 mountpoint);
365 if (strcmp(mountpoint, fsbuf.f_mntonname) != 0)
366 quit("%s is not on %s", argv[i], mountpoint);
371 if (mountpoint)
372 free(mountpoint);
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
vopstat 90 USAGE: voptrace [-t] [/mountpoint]
  /src/external/cddl/dtracetoolkit/dist/FS/
vopstat 90 USAGE: voptrace [-t] [/mountpoint]

Completed in 53 milliseconds

1 2