Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_sysfs.c202 int cycle; in log_head_lsn_show() local
220 int cycle; in log_tail_lsn_show() local
235 int cycle; in reserve_grant_head_show() local
249 int cycle; in write_grant_head_show() local
Dxfs_log_priv.h472 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn()
484 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn()
495 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val()
502 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head()
508 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val()
514 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
Dxfs_log.c148 int cycle, space; in xlog_grant_sub_space() local
175 int cycle, space; in xlog_grant_add_space() local
1829 __uint32_t cycle = be32_to_cpu(*(__be32 *)dptr); in xlog_sync() local
3730 int cycle, space; in xlog_verify_grant_tail() local
Dxfs_log_recover.c397 uint cycle) in xlog_find_cycle_start()
443 uint cycle; in xlog_find_verify_cycle() local
1203 int cycle, in xlog_add_record()
1224 int cycle, in xlog_write_log_records()
/fs/xfs/libxfs/
Dxfs_log_format.h72 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn()