Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c70 static int quotasync();
243 (void) quotasync(ufsvfsp, /* do_lock */ 0); in opendq()
720 return (quotasync(ufsvfsp, /* do_lock */ 1)); in qsync()
733 quotasync(struct ufsvfs *ufsvfsp, int do_lock) in quotasync() function