Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h853 extern int VFS_SETATTR(mount_t, struct vfs_attr *, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c312 VFS_SETATTR(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx) in VFS_SETATTR() function
780 error = VFS_SETATTR(mp, vfa, ctx); in vfs_setattr()