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

/xnu-2422.115.4/bsd/kern/
H A Dkern_acct.c383 (void)vfs_getattr(suspend_acctp->v_mount, &va, ctx);
400 (void)vfs_getattr(acctp->v_mount, &va, ctx);
/xnu-2422.115.4/bsd/sys/
H A Dmount.h188 * implementation of filesystem KEXTs, and by the vfs_getattr() and
592 @function vfs_getattr
601 int (*vfs_getattr)(struct mount *mp, struct vfs_attr *, vfs_context_t context); member in struct:vfsops
683 @discussion The other side of the vfs_getattr coin. Currently only called to set volume name.
1182 int vfs_getattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1504 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_attrlist.c857 if ((error = vfs_getattr(mnt, &vs, ctx)) != 0) {
H A Dvfs_subr.c1097 if (vfs_getattr(mp, &vfsattr, ctx) == 0 &&
4829 if ((error = vfs_getattr(mp, &va, ctx)) != 0) {
H A Dvfs_syscalls.c918 vfs_getattr(mp, &vfsattr, ctx) == 0 &&
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c4476 error = vfs_getattr(vnode_mount(vp), &va, ctx);

Completed in 197 milliseconds