Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c150 STATIC xfs_caddr_t
206 xfs_caddr_t *offset) in xlog_bread()
228 xfs_caddr_t offset) in xlog_bread_offset()
230 xfs_caddr_t orig_offset = bp->b_addr; in xlog_bread_offset()
399 xfs_caddr_t offset; in xlog_find_cycle_start()
446 xfs_caddr_t buf = NULL; in xlog_find_verify_cycle()
512 xfs_caddr_t offset = NULL; in xlog_find_verify_log_record()
619 xfs_caddr_t offset; in xlog_find_head()
894 xfs_caddr_t offset = NULL; in xlog_find_tail()
1102 xfs_caddr_t offset; in xlog_find_zeroed()
[all …]
Dxfs_log.c1450 log->l_iclog_bak[i] = (xfs_caddr_t)&(iclog->ic_header); in xlog_alloc_log()
1605 xfs_caddr_t dp; in xlog_pack_data()
3770 xfs_caddr_t ptr; in xlog_verify_iclog()
3771 xfs_caddr_t base_ptr; in xlog_verify_iclog()
3791 ptr = (xfs_caddr_t) &iclog->ic_header; in xlog_verify_iclog()
3792 for (ptr += BBSIZE; ptr < ((xfs_caddr_t)&iclog->ic_header) + count; in xlog_verify_iclog()
3810 ((xfs_caddr_t)&(ophead->oh_clientid) - base_ptr); in xlog_verify_iclog()
3814 idx = BTOBBT((xfs_caddr_t)&(ophead->oh_clientid) - iclog->ic_datap); in xlog_verify_iclog()
3833 ((xfs_caddr_t)&(ophead->oh_len) - base_ptr); in xlog_verify_iclog()
Dxfs_linux.h40 typedef char * xfs_caddr_t; /* <core address> type */ typedef
Dxfs_buf.h302 extern xfs_caddr_t xfs_buf_offset(xfs_buf_t *, size_t);
Dxfs_buf.c1429 xfs_caddr_t
1441 return (xfs_caddr_t)page_address(page) + (offset & (PAGE_SIZE-1)); in xfs_buf_offset()