Home
last modified time | relevance | path

Searched refs:mp_busy (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dufs_vfsops.c83 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 Dufs_quota.c492 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 Dnull_vfsops.c320 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 Dunion_vfsops.c434 bool *mp_busy) in unionfs_quotactl() argument
447 KASSERT(*mp_busy == true, ("upper mount not busy")); in unionfs_quotactl()
457 *mp_busy = false; in unionfs_quotactl()
/freebsd/sys/kern/
H A Dvfs_init.c211 bool *mp_busy) in vfs_quotactl_sigdefer() argument
217 mp_busy); in vfs_quotactl_sigdefer()
H A Dvfs_syscalls.c195 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 Dvfs_default.c1360 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 Dsmbfs_vfsops.c350 smbfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg, bool *mp_busy) in smbfs_quotactl() argument
/freebsd/sys/sys/
H A Dmount.h795 bool *mp_busy);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c119 bool *mp_busy);
294 zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg, bool *mp_busy) in zfs_quotactl() argument