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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c150 static int statfs64_common(struct mount *mp, struct vfsstatfs *sfsp, user_addr_t bufp);
1480 statfs64_common(struct mount *mp, struct vfsstatfs *sfsp, user_addr_t bufp) function
1536 error = statfs64_common(mp, sp, uap->buf);
1571 error = statfs64_common(mp, sp, uap->buf);
1740 error = statfs64_common(mp, sp, fstp->sfsp);

Completed in 13 milliseconds