Searched refs:dqsync (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_quota.c84 static int dqsync(struct vnode *, struct dquot *);
702 * access to the closed vnode from dqget/dqsync
1104 dqsync(vp, dq);
1137 dqsync(vp, dq);
1525 (void) dqsync(vp, dq);
1554 dqsync(struct vnode *vp, struct dquot *dq) function
1567 ASSERT_VOP_ELOCKED(vp, "dqsync");
1573 panic("dqsync: dquot");
1582 panic("dqsync: file");
1600 DQI_WAIT(dq, PINOD+2, "dqsync");
[all...]

Completed in 57 milliseconds