Searched refs:mp_busy (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/ufs/ufs/ |
H A D | ufs_vfsops.c | 83 ufs_quotactl(struct mount *mp, int cmds, uid_t id, void *arg, bool *mp_busy) in ufs_quotactl() argument 113 error = quotaon(td, mp, type, arg, mp_busy); in ufs_quotactl() 118 KASSERT(*mp_busy, in ufs_quotactl() 122 *mp_busy = false; in ufs_quotactl()
|
H A D | ufs_quota.c | 492 bool *mp_busy) in quotaon() argument 514 KASSERT(*mp_busy, ("%s called without busied mount", __func__)); in quotaon() 516 *mp_busy = false; in quotaon() 527 *mp_busy = true; in quotaon()
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 320 nullfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, bool *mp_busy) in nullfs_quotactl() argument 329 KASSERT(*mp_busy == true, ("upper mount not busy")); in nullfs_quotactl() 339 *mp_busy = false; in nullfs_quotactl()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 431 bool *mp_busy) in unionfs_quotactl() argument 444 KASSERT(*mp_busy == true, ("upper mount not busy")); in unionfs_quotactl() 454 *mp_busy = false; in unionfs_quotactl()
|
/freebsd/sys/kern/ |
H A D | vfs_init.c | 211 bool *mp_busy) in vfs_quotactl_sigdefer() argument 217 mp_busy); in vfs_quotactl_sigdefer()
|
H A D | vfs_syscalls.c | 195 bool mp_busy; in sys_quotactl() local 214 mp_busy = true; in sys_quotactl() 215 error = VFS_QUOTACTL(mp, uap->cmd, uap->uid, uap->arg, &mp_busy); in sys_quotactl() 228 if (mp_busy) in sys_quotactl()
|
H A D | vfs_default.c | 1360 vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid, void *arg, bool *mp_busy) in vfs_stdquotactl() argument
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 350 smbfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, bool *mp_busy) in smbfs_quotactl() argument
|
/freebsd/sys/sys/ |
H A D | mount.h | 797 bool *mp_busy);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 119 bool *mp_busy); 287 zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg, bool *mp_busy) in zfs_quotactl() 285 zfs_quotactl(vfs_t * vfsp,int cmds,uid_t id,void * arg,bool * mp_busy) zfs_quotactl() argument
|