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

/osnet-11/usr/src/lib/libast/common/comp/
H A Dstatvfs.c43 #include <sys/vfs.h>
67 us2v(register struct statfs* ufs, register struct stat* st, register struct statvfs* vfs)
69 memset(vfs, 0, sizeof(*vfs));
70 vfs->f_bsize = vfs->f_frsize = ufs->f_bsize;
71 vfs->f_blocks = ufs->f_blocks;
72 vfs->f_bfree = ufs->f_bfree;
73 vfs->f_bavail =
79 vfs
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dgnome-vfs-method.h2 * gnome-vfs-method.h - Export for Gnome-VFS init/shutdown implementation of
31 #include <libgnomevfs/gnome-vfs-method.h>
/osnet-11/usr/src/lib/libshadowtest/common/
H A Dlibshadowtest.h29 #include <sys/vfs.h>
/osnet-11/usr/src/lib/libntfs/
H A DMakefile.com66 $(LIBNTFSDIR)/gnome-vfs-method.o \
67 $(LIBNTFSDIR)/gnome-vfs-module.o
69 $(SRCDIR)/include/ntfs/gnome-vfs-method.h \
70 $(SRCDIR)/include/ntfs/gnome-vfs-module.h
98 pics/$(LIBNTFSDIR)/gnome-vfs-method.o: ../common/$(LIBNTFSDIR)/gnome-vfs-method.c
102 -I/usr/include/gnome-vfs-2.0 \
103 -I/usr/include/gnome-vfs-module-2.0 \
104 -I/usr/lib/gnome-vfs-2.0/include \
111 ../common/$(LIBNTFSDIR)/gnome-vfs
[all...]
H A DMakefile75 ../common/include/ntfs/gnome-vfs-method.h \
76 ../common/include/ntfs/gnome-vfs-module.h \
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-module.c2 * gnome-vfs-module.c - Gnome-VFS init/shutdown implementation of interface to
26 #include "gnome-vfs-method.h"
27 #include <libgnomevfs/gnome-vfs-module.h>
H A Dgnome-vfs-method.c2 * gnome-vfs-method.c - Gnome-VFS init/shutdown implementation of interface to
32 #include "gnome-vfs-method.h" /* self */
33 #include <libgnomevfs/gnome-vfs-method.h>
35 #include "gnome-vfs-module.h"
40 #include <libgnomevfs/gnome-vfs-utils.h>
743 * as gnome-vfs-xfer.c/copy_items() does not check
756 * gnome-vfs-xfer.c/copy_items() requires 'GNOME_VFS_FILE_TYPE_REGULAR'
762 * as gnome-vfs-xfer.c/copy_items() does not check
900 * Sad note about gnome-vfs-2.1.5 is that it never calls this function. :-)
/osnet-11/usr/src/lib/libc/port/sys/
H A Dnfssys.c35 #include <sys/vfs.h>
/osnet-11/usr/src/lib/libuvfs/common/
H A Ddoor.c33 #include <sys/vfs.h>
91 libuvfs_callback_server(void *vfs, char *arg, size_t argsize, argument
94 libuvfs_fs_t *fs = vfs;
207 void *vfs)
209 libuvfs_fs_t *fs = vfs;
206 libuvfs_worker_create(door_info_t *dinfo, void *(*tfunc)(void *), void *targ, void *vfs) argument
H A Dfs.c137 libuvfs_fs_construct(void *vfs, void *foo, int bar) argument
139 libuvfs_fs_t *fs = vfs;
154 libuvfs_fs_destroy(void *vfs, void *foo) argument
156 libuvfs_fs_t *fs = vfs;
/osnet-11/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c348 static struct statvfs vfs; local
350 if (statvfs("/", &vfs) >= 0) {
351 if (strncmp(vfs.f_basetype, "nfs", sizeof ("nfs") - 1) == 0) {
352 vfs.f_basetype[sizeof ("nfs") - 1] = '\0';
354 rootfs_type = vfs.f_basetype;
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathprobe.c74 struct statvfs vfs; local
77 if (!statvfs(path, &vfs))
80 if (vfs.f_flag & ST_RDONLY)
84 if ((vfs.f_flag & ST_NOSUID) && (stat(path, &st) || st.st_uid != getuid() && st.st_uid != geteuid()))
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_kfreebsd.in127 set kFreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${kfreebsd_device}
128 set kFreeBSD.vfs.root.mountfrom.options=rw
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_acl.c38 #include <sys/vfs.h>
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c61 #include <sys/vfs.h>
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c37 #include <sys/vfs.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h4289 # include <sys/vfs.h> /* for some statfs() */
H A Dconfig_h.SH3103 * This symbol, if defined, indicates that <sys/vfs.h> exists and
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3270 # define SFS_VFS 3 /* use <sys/vfs.h> implementation */
3286 # include <sys/vfs.h>

Completed in 91 milliseconds