Home
last modified time | relevance | path

Searched refs:sfsp (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c193 static int munge_statfs(struct mount *mp, struct vfsstatfs *sfsp,
3536 struct statfs64 *sfsp; in statfs64() local
3572 sfsp = &__nameidata_statfs64->sfs; in statfs64()
3573 vfs_get_statfs64(mp, sfsp); in statfs64()
3577 strlcpy(&sfsp->f_mntonname[0], "/", sizeof("/")); in statfs64()
3579 error = copyout(sfsp, uap->buf, sizeof(*sfsp)); in statfs64()
3646 user_addr_t sfsp; member
3663 if (fstp->sfsp && fstp->count < fstp->maxcount) { in getfsstat_callback()
3687 …error = munge_statfs(mp, sp, fstp->sfsp, &my_size, IS_64BIT_PROCESS(vfs_context_proc(ctx)), FALSE); in getfsstat_callback()
3692 fstp->sfsp += my_size; in getfsstat_callback()
[all …]