Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_quota.c83 static int quotaoff_inchange(struct thread *td, struct mount *mp, int type);
628 quotaoff_inchange(td, mp, type); in quotaon()
742 quotaoff_inchange(struct thread *td, struct mount *mp, int type) in quotaoff_inchange() function
787 return (quotaoff_inchange(td, mp, type)); in quotaoff()