Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dmount.h851 extern int VFS_GETATTR(mount_t, struct vfs_attr *, vfs_context_t);
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c292 VFS_GETATTR(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx) in VFS_GETATTR() function
747 if ((error = VFS_GETATTR(mp, vfa, ctx)) != 0) { in vfs_getattr()