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

/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c27 * This is the number of entries in the l_buf_cancel_table used during
33 ((log)->l_buf_cancel_table + ((uint64_t)blkno % XLOG_BC_TABLE_SIZE))
55 if (!log->l_buf_cancel_table)
1024 ASSERT(list_empty(&log->l_buf_cancel_table[i]));
1035 ASSERT(log->l_buf_cancel_table == NULL);
1042 log->l_buf_cancel_table = p;
1044 INIT_LIST_HEAD(&log->l_buf_cancel_table[i]);
1055 if (!log->l_buf_cancel_table)
1062 &log->l_buf_cancel_table[i],
1069 kfree(log->l_buf_cancel_table);
[all...]
H A Dxfs_log_priv.h409 struct list_head *l_buf_cancel_table; member in struct:xlog

Completed in 129 milliseconds