Home
last modified time | relevance | path

Searched defs:cycle (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_log_priv.h506 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn()
518 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn()
529 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val()
536 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head()
542 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val()
548 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
Dxfs_sysfs.c320 int cycle; in log_head_lsn_show() local
338 int cycle; in log_tail_lsn_show() local
353 int cycle; in reserve_grant_head_show() local
367 int cycle; in write_grant_head_show() local
Dxfs_log.c126 int cycle, space; in xlog_grant_sub_space() local
153 int cycle, space; in xlog_grant_add_space() local
1827 uint32_t cycle = get_unaligned_be32(data + i); in xlog_split_iclog() local
3771 int cycle, space; in xlog_verify_grant_tail() local
Dxfs_log_recover.c331 uint cycle) in xlog_find_cycle_start()
377 uint cycle; in xlog_find_verify_cycle() local
1556 int cycle, in xlog_add_record()
1577 int cycle, in xlog_write_log_records()
/fs/xfs/libxfs/
Dxfs_log_format.h60 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn()