Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_quota.c82 static int quotaoff1(struct thread *td, struct mount *mp, int type);
562 quotaoff1(td, mp, type); in quotaon()
643 quotaoff1(struct thread *td, struct mount *mp, int type) in quotaoff1() function
730 error = quotaoff1(td, mp, type); in quotaoff_inchange1()