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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_ail.c60 lip = xfs_ail_min(&(mp->m_ail));
201 lip = xfs_ail_min(&(mp->m_ail));
251 min_lip = xfs_ail_min(&mp->m_ail);
285 ailp = &(mp->m_ail);
301 mlip = xfs_ail_min(&(mp->m_ail));
338 ailp = &(mp->m_ail);
349 mlip = xfs_ail_min(&(mp->m_ail));
387 lip = xfs_ail_min(&(mp->m_ail));
411 nlip = xfs_ail_next(&(mp->m_ail), lip);
413 nlip = xfs_ail_min(&(mp->m_ail));
[all...]
H A Dxfs_mount.h323 xfs_ail_entry_t m_ail; /* fs active log item list */ member in struct:xfs_mount

Completed in 73 milliseconds