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

/linux-4.1.27/fs/xfs/
H A Dxfs_log_recover.c411 mid_cycle = xlog_get_cycle(offset); xlog_find_cycle_start()
474 cycle = xlog_get_cycle(buf); xlog_find_verify_cycle()
656 first_half_cycle = xlog_get_cycle(offset); xlog_find_head()
663 last_half_cycle = xlog_get_cycle(offset); xlog_find_head()
918 if (xlog_get_cycle(offset) == 0) { xlog_find_tail()
1118 first_cycle = xlog_get_cycle(offset); xlog_find_zeroed()
1130 last_cycle = xlog_get_cycle(offset); xlog_find_zeroed()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_log_format.h77 static inline uint xlog_get_cycle(char *ptr) xlog_get_cycle() function

Completed in 120 milliseconds