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

/xnu-2782.1.97/bsd/kern/
H A Dkern_acct.c400 (void)vfs_getattr(suspend_acctp->v_mount, &va, ctx);
418 (void)vfs_getattr(acctp->v_mount, &va, ctx);
/xnu-2782.1.97/bsd/sys/
H A Dmount.h188 * implementation of filesystem KEXTs, and by the vfs_getattr() and
606 @function vfs_getattr
615 int (*vfs_getattr)(struct mount *mp, struct vfs_attr *, vfs_context_t context); member in struct:vfsops
697 @discussion The other side of the vfs_getattr coin. Currently only called to set volume name.
1197 int vfs_getattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c1562 if (vfs_getattr(vnode_mount(vp), &vfa, ctx) == 0 &&
H A Dkpi_vfs.c275 if ((mp == dead_mountp) || (mp->mnt_op->vfs_getattr == 0))
282 error = (*mp->mnt_op->vfs_getattr)(mp, vfa, ctx);
630 vfs_getattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx) function
H A Dvfs_subr.c1147 if (vfs_getattr(mp, &vfsattr, ctx) == 0 &&
5009 if ((error = vfs_getattr(mp, &va, ctx)) != 0) {
H A Dvfs_attrlist.c917 if ((error = vfs_getattr(mnt, &vs, ctx)) != 0) {
H A Dvfs_syscalls.c935 vfs_getattr(mp, &vfsattr, ctx) == 0 &&
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_serv.c4476 error = vfs_getattr(vnode_mount(vp), &va, ctx);

Completed in 150 milliseconds