Searched refs:set_statvfs_info (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/sys/sys/
H A Dstatvfs.h147 int set_statvfs_info(const char *, int, const char *, int,
/netbsd-current/sys/miscfs/overlay/
H A Doverlay_vfsops.c191 error = set_statvfs_info(path, UIO_USERSPACE, args->la.target,
/netbsd-current/sys/miscfs/nullfs/
H A Dnull_vfsops.c178 error = set_statvfs_info(path, UIO_USERSPACE, args->la.target,
/netbsd-current/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c147 if ((error = set_statvfs_info(path, UIO_USERSPACE, "kernfs",
/netbsd-current/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c101 error = set_statvfs_info(path, UIO_USERSPACE, "fdesc", UIO_SYSSPACE,
/netbsd-current/sys/miscfs/umapfs/
H A Dumap_vfsops.c250 error = set_statvfs_info(path, UIO_USERSPACE, args->umap_target,
/netbsd-current/sys/ufs/mfs/
H A Dmfs_vfsops.c344 error = set_statvfs_info(path, UIO_USERSPACE, args->fspec,
/netbsd-current/sys/fs/filecorefs/
H A Dfilecore_vfsops.c297 return set_statvfs_info(path, UIO_USERSPACE, args->fspec, UIO_USERSPACE,
/netbsd-current/sys/fs/ptyfs/
H A Dptyfs_vfsops.c327 if ((error = set_statvfs_info(path, UIO_USERSPACE, "ptyfs",
/netbsd-current/sys/fs/hfs/
H A Dhfs_vfsops.c300 error = set_statvfs_info(path, UIO_USERSPACE, args->fspec, UIO_USERSPACE,
/netbsd-current/sys/fs/efs/
H A Defs_vfsops.c158 err = set_statvfs_info(path, UIO_USERSPACE, args->fspec,
/netbsd-current/sys/fs/autofs/
H A Dautofs_vfsops.c169 error = set_statvfs_info(path, UIO_USERSPACE, args->from, UIO_USERSPACE,
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_vfsops.c190 return set_statvfs_info(path, UIO_USERSPACE, args->fspec, UIO_USERSPACE,
/netbsd-current/sys/fs/sysvbfs/
H A Dsysvbfs_vfsops.c163 return set_statvfs_info(path, UIO_USERSPACE, args->fspec, UIO_USERSPACE,
/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c199 error = set_statvfs_info(path, UIO_USERSPACE, "tmpfs", UIO_SYSSPACE,
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_vfsops.c194 error = set_statvfs_info(path, UIO_USERSPACE, "procfs", UIO_SYSSPACE,
/netbsd-current/sys/coda/
H A Dcoda_vfsops.c286 return set_statvfs_info("/coda", UIO_SYSSPACE, "CODA", UIO_SYSSPACE,
/netbsd-current/sys/fs/union/
H A Dunion_vfsops.c258 error = set_statvfs_info(path, UIO_USERSPACE, NULL, UIO_USERSPACE,
/netbsd-current/sys/fs/unionfs/
H A Dunionfs_vfsops.c269 error = set_statvfs_info(path, UIO_USERSPACE, NULL, UIO_USERSPACE,
/netbsd-current/sys/fs/ntfs/
H A Dntfs_vfsops.c236 err = set_statvfs_info(NULL, UIO_USERSPACE, args->fspec,
258 err = set_statvfs_info(path, UIO_USERSPACE, args->fspec,
/netbsd-current/sys/fs/udf/
H A Dudf_vfsops.c416 error = set_statvfs_info(path, UIO_USERSPACE, args->fspec, UIO_USERSPACE,
/netbsd-current/sys/rump/librump/rumpvfs/
H A Drumpfs.c1911 error = set_statvfs_info(mntpath, UIO_USERSPACE, "rumpfs", UIO_SYSSPACE,
2043 error = set_statvfs_info("/", UIO_SYSSPACE, "rumpfs", UIO_SYSSPACE,
2046 panic("set_statvfs_info failed for rootfs: %d", error);
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vfsops.c207 error = set_statvfs_info(path, UIO_USERSPACE, args->pa_mntfromname,
/netbsd-current/sys/fs/nilfs/
H A Dnilfs_vfsops.c957 error = set_statvfs_info(path, UIO_USERSPACE, args->fspec, UIO_USERSPACE,
/netbsd-current/sys/fs/adosfs/
H A Dadvfsops.c155 return set_statvfs_info(path, UIO_USERSPACE, args->fspec, UIO_USERSPACE,

Completed in 183 milliseconds

12