Home
last modified time | relevance | path

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

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