Searched defs:mount (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dmount.c31 mount(spec, dir, rdonly) function
/illumos-gate/usr/src/uts/common/syscall/
H A Dmount.c45 #include <sys/mount.h>
68 mount(long *lp, rval_t *rp) function
97 * Resolve second path name (mount point).
103 * Some mount flags are disallowed through the system call interface.
109 * Clustering: if we're doing a mount onto the global
110 * namespace, and the mount is not a global mount, return
116 * Clustering: global mount specified.
/illumos-gate/usr/src/head/
H A Dpkgdev.h44 char *mount; member in struct:pkgdev
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfs3d.c31 #define mount ______mount macro
35 #undef mount macro
57 if (!fsview && (!getenv("LD_PRELOAD") || mount("", "", 0, NiL)))
59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL))
61 if (mount(on, val, FS3D_VIEW|FS3D_GET|FS3D_SIZE(sizeof(val)), NiL))
91 if (v && mount(v, NiL, FS3D_VIEW, NiL))
102 * user code that includes <fs3d.h> will have mount() mapped to fs3d_mount()
103 * this restricts the various "standard" mount prototype conflicts to this spot
104 * this means that code that includes <fs3d.h> cannot access the real mount
108 #undef mount macro
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dfs3d.h88 * mount(2) ops
99 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfs3d.h97 * mount(2) ops
108 #define mount(s,t,f,d) fs3d_mount(s,t,f,d) macro
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h52 struct { char *name; int mode;} mount; member in union:Args
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c33 #include <sys/mount.h>
43 * Flags bits passed to mount(2), from the SVR4 sys/mount.h header file.
46 #define MS_DATA 0x04 /* 6-argument mount */
91 mount(char *type, char *dir, int flags, caddr_t data) function
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1375 char mount[MAXPATHLEN], fstype[MAXPATHLEN], spec[MAXPATHLEN]; local
1390 (void) strcpy(mount, S_STR(vfst.vfs_mountp));
1395 if (strcmp(mount, "/") && strcmp(mount, "/usr") &&
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c104 struct zfsmount *mount = (struct zfsmount *)f->f_devdata; local
116 rc = zfs_lookup(mount, upath, &fp->f_dnode);
548 struct zfsmount *mount; local
562 mount = malloc(sizeof(*mount));
563 rv = zfs_mount(spa, dev->root_guid, mount);
565 free(mount);
568 if (mount->objset.os_type != DMU_OST_ZFS) {
570 (uintmax_t)mount->objset.os_type);
571 free(mount);
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c50 #include <rpcsvc/mount.h>
113 static int mount(struct svc_req *r);
308 /* add entry to mount list */
461 * supported by mount v1 & v2
637 * audit_mountd_mount logging for mount requests. Use the same
639 * a separate thread to allow the mount request threads to
724 (void) mount(rqstp);
792 * Answer pathconf questions for the mount point fs
819 "mount request: realpath failed on %s: %m",
857 * If the rootmount (export) option is specified, the all mount request
1205 mount(struct svc_req *rqstp) function
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h29 * @(#)mount.h 8.21 (Berkeley) 5/20/95
46 * NOTE: When changing statfs structure, mount structure, MNT_* flags or
47 * MNTK_* flags also update DDB show mount command in vfs_subr.c.
73 uint64_t f_flags; /* copy of mount exported flags */
81 uint64_t f_syncwrites; /* count of sync writes since mount */
82 uint64_t f_asyncwrites; /* count of async writes since mount */
83 uint64_t f_syncreads; /* count of sync reads since mount */
84 uint64_t f_asyncreads; /* count of async reads since mount */
113 int f_flags; /* copy of mount exported flags */
114 long f_syncwrites; /* count of sync writes since mount */
157 struct mount { struct
[all...]

Completed in 105 milliseconds