Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c2467 xlog_ticket_t *ntic; in xlog_regrant_write_log_space() local
2495 if ((ntic = log->l_write_headq)) { in xlog_regrant_write_log_space()
2499 ASSERT(ntic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_regrant_write_log_space()
2501 if (free_bytes < ntic->t_unit_res) in xlog_regrant_write_log_space()
2503 free_bytes -= ntic->t_unit_res; in xlog_regrant_write_log_space()
2504 sv_signal(&ntic->t_sema); in xlog_regrant_write_log_space()
2505 ntic = ntic->t_next; in xlog_regrant_write_log_space()
2506 } while (ntic != log->l_write_headq); in xlog_regrant_write_log_space()
2508 if (ntic != log->l_write_headq) { in xlog_regrant_write_log_space()