Searched refs:vfs_setattr (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount.h | 744 int (*vfs_setattr)(struct mount *mp, struct vfs_attr *vfa, vfs_context_t context); member 1336 int vfs_setattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx);
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 551 .vfs_setattr = NULL,
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vfsops.c | 581 .vfs_setattr = NULL,
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 316 if ((mp == dead_mountp) || (mp->mnt_op->vfs_setattr == 0)) { in VFS_SETATTR() 324 error = (*mp->mnt_op->vfs_setattr)(mp, vfa, ctx); in VFS_SETATTR() 766 vfs_setattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx) in vfs_setattr() function
|
| H A D | vfs_attrlist.c | 4844 if ((error = vfs_setattr(vp->v_mount, &vs, ctx)) != 0) { in setattrlist_internal()
|