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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans.h389 unsigned int t_log_res; /* amt of log space resvd */ member in struct:xfs_trans
434 #define xfs_trans_get_log_res(tp) ((tp)->t_log_res)
H A Dxfs_trans.c712 ASSERT((tp->t_log_res == 0) || (tp->t_log_res == logspace));
730 tp->t_log_res = logspace;
764 tp->t_log_res = 0;
1852 logres = trans->t_log_res;
H A Dxfs_bmap.c3831 logres = ntp->t_log_res;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_trans.h389 unsigned int t_log_res; /* amt of log space resvd */ member in struct:xfs_trans
434 #define xfs_trans_get_log_res(tp) ((tp)->t_log_res)
H A Dxfs_trans.c712 ASSERT((tp->t_log_res == 0) || (tp->t_log_res == logspace));
730 tp->t_log_res = logspace;
764 tp->t_log_res = 0;
1852 logres = trans->t_log_res;
H A Dxfs_bmap.c3831 logres = ntp->t_log_res;

Completed in 141 milliseconds