Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_qm_syscalls.c105 struct xfs_qoff_logitem *qoffstart = NULL; in xfs_qm_scall_quotaoff() local
177 error = xfs_qm_log_quotaoff(mp, &qoffstart, flags); in xfs_qm_scall_quotaoff()
230 error = xfs_qm_log_quotaoff_end(mp, &qoffstart, flags); in xfs_qm_scall_quotaoff()
263 if (error && qoffstart) in xfs_qm_scall_quotaoff()
264 xfs_qm_qoff_logitem_relse(qoffstart); in xfs_qm_scall_quotaoff()