Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c125 STATIC void xlog_verify_grant_head(xlog_t *log, int equals);
132 #define xlog_verify_grant_head(a,b) macro
2436 xlog_verify_grant_head(log, 1); in xlog_grant_log_space()
2570 xlog_verify_grant_head(log, 1); in xlog_regrant_write_log_space()
2615 xlog_verify_grant_head(log, 1); in xlog_regrant_reserve_log_space()
2626 xlog_verify_grant_head(log, 0); in xlog_regrant_reserve_log_space()
2673 xlog_verify_grant_head(log, 1); in xlog_ungrant_log_space()
3251 xlog_verify_grant_head(xlog_t *log, int equals) in xlog_verify_grant_head() function