Searched refs:VFS_GETATTR (Results 1 – 2 of 2) sorted by relevance
852 extern int VFS_GETATTR(mount_t, struct vfs_attr *, vfs_context_t);
294 VFS_GETATTR(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx) in VFS_GETATTR() function749 if ((error = VFS_GETATTR(mp, vfa, ctx)) != 0) { in vfs_getattr()