Searched defs:cycle (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_sysfs.c | 202 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
|
D | xfs_log_priv.h | 472 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()
|
D | xfs_log.c | 148 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
|
D | xfs_log_recover.c | 397 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/ |
D | xfs_log_format.h | 72 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn()
|