Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_inode_item.c249 vecp->i_addr = (xfs_caddr_t)&iip->ili_format; in xfs_inode_item_format()
293 vecp->i_addr = (xfs_caddr_t)&ip->i_d; in xfs_inode_item_format()
367 vecp->i_addr = (xfs_caddr_t)ext_buffer; in xfs_inode_item_format()
385 vecp->i_addr = (xfs_caddr_t)ip->i_df.if_broot; in xfs_inode_item_format()
402 vecp->i_addr = (xfs_caddr_t)ip->i_df.if_u1.if_data; in xfs_inode_item_format()
485 vecp->i_addr = (xfs_caddr_t)ext_buffer; in xfs_inode_item_format()
501 vecp->i_addr = (xfs_caddr_t)ip->i_afp->if_broot; in xfs_inode_item_format()
516 vecp->i_addr = (xfs_caddr_t)ip->i_afp->if_u1.if_data; in xfs_inode_item_format()
Dxfs_log_recover.c182 xfs_caddr_t
189 xfs_caddr_t ptr; in xlog_align()
321 xfs_caddr_t offset; in xlog_find_cycle_start()
369 xfs_caddr_t buf = NULL; in xlog_find_verify_cycle()
429 xfs_caddr_t offset = NULL; in xlog_find_verify_log_record()
537 xfs_caddr_t offset; in xlog_find_head()
806 xfs_caddr_t offset = NULL; in xlog_find_tail()
1005 xfs_caddr_t offset; in xlog_find_zeroed()
1100 xfs_caddr_t buf, in xlog_add_record()
1128 xfs_caddr_t offset; in xlog_write_log_records()
[all …]
Dxfs_ialloc_btree.c798 first = (int)((xfs_caddr_t)&kp[kfirst - 1] - (xfs_caddr_t)block); in xfs_inobt_log_keys()
799 last = (int)(((xfs_caddr_t)&kp[klast] - 1) - (xfs_caddr_t)block); in xfs_inobt_log_keys()
820 first = (int)((xfs_caddr_t)&pp[pfirst - 1] - (xfs_caddr_t)block); in xfs_inobt_log_ptrs()
821 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block); in xfs_inobt_log_ptrs()
842 first = (int)((xfs_caddr_t)&rp[rfirst - 1] - (xfs_caddr_t)block); in xfs_inobt_log_recs()
843 last = (int)(((xfs_caddr_t)&rp[rlast] - 1) - (xfs_caddr_t)block); in xfs_inobt_log_recs()
Dxfs_alloc_btree.c874 first = (int)((xfs_caddr_t)&kp[kfirst - 1] - (xfs_caddr_t)block); in xfs_alloc_log_keys()
875 last = (int)(((xfs_caddr_t)&kp[klast] - 1) - (xfs_caddr_t)block); in xfs_alloc_log_keys()
896 first = (int)((xfs_caddr_t)&pp[pfirst - 1] - (xfs_caddr_t)block); in xfs_alloc_log_ptrs()
897 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block); in xfs_alloc_log_ptrs()
930 first = (int)((xfs_caddr_t)&rp[rfirst - 1] - (xfs_caddr_t)block); in xfs_alloc_log_recs()
931 last = (int)(((xfs_caddr_t)&rp[rlast] - 1) - (xfs_caddr_t)block); in xfs_alloc_log_recs()
Dxfs_log.c160 xlog_trace_loggrant(xlog_t *log, xlog_ticket_t *tic, xfs_caddr_t string) in xlog_trace_loggrant()
1222 log->l_iclog_bak[i] = (xfs_caddr_t)&(iclog->ic_header); in xlog_alloc_log()
1381 xfs_caddr_t dptr; /* pointer to byte sized element */ in xlog_sync()
1450 XFS_BUF_SET_PTR(bp, (xfs_caddr_t) &(iclog->ic_header), count); in xlog_sync()
1488 XFS_BUF_SET_PTR(bp, (xfs_caddr_t)((__psint_t)&(iclog->ic_header)+ in xlog_sync()
1798 memcpy((xfs_caddr_t)ptr, reg[index].i_addr + copy_off, copy_len); in xlog_write()
3069 xfs_caddr_t buf; in xlog_state_ticket_alloc()
3077 buf = (xfs_caddr_t) kmem_zalloc(NBPP, KM_SLEEP); in xlog_state_ticket_alloc()
3313 xfs_caddr_t ptr; in xlog_verify_iclog()
3314 xfs_caddr_t base_ptr; in xlog_verify_iclog()
[all …]
Dxfs_types.h64 typedef char * xfs_caddr_t; /* <core address> type */ typedef
Dxfs_log.h129 xfs_caddr_t i_addr; /* beginning address of region */
Dxfs_extfree_item.c96 log_vector->i_addr = (xfs_caddr_t)&(efip->efi_format); in xfs_efi_item_format()
467 log_vector->i_addr = (xfs_caddr_t)&(efdp->efd_format); in xfs_efd_item_format()
Dxfs_bmap_btree.c1057 first = (int)((xfs_caddr_t)&kp[kfirst - 1] - (xfs_caddr_t)block); in xfs_bmbt_log_keys()
1058 last = (int)(((xfs_caddr_t)&kp[klast] - 1) - (xfs_caddr_t)block); in xfs_bmbt_log_keys()
1096 first = (int)((xfs_caddr_t)&pp[pfirst - 1] - (xfs_caddr_t)block); in xfs_bmbt_log_ptrs()
1097 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block); in xfs_bmbt_log_ptrs()
2300 first = (int)((xfs_caddr_t)&rp[rfirst - 1] - (xfs_caddr_t)block); in xfs_bmbt_log_recs()
2301 last = (int)(((xfs_caddr_t)&rp[rlast] - 1) - (xfs_caddr_t)block); in xfs_bmbt_log_recs()
Dxfs_mount.c401 xfs_caddr_t buf_ptr;
402 xfs_caddr_t mem_ptr;
413 buf_ptr = (xfs_caddr_t)data;
414 mem_ptr = (xfs_caddr_t)sb;
Dxfs_trans.h323 (((xfs_caddr_t)((dp) - (dp)->lid_index)) -\
324 (xfs_caddr_t)(((xfs_log_item_chunk_t*) \
Dxfs_inode.c792 xfs_caddr_t buf, in xfs_xlate_dinode_core()
803 memcpy((xfs_caddr_t)mem_core, (xfs_caddr_t)buf_core, in xfs_xlate_dinode_core()
806 memcpy((xfs_caddr_t)buf_core, (xfs_caddr_t)mem_core, in xfs_xlate_dinode_core()
978 xfs_xlate_dinode_core((xfs_caddr_t)&dip->di_core, in xfs_iread()
3477 xfs_xlate_dinode_core((xfs_caddr_t)&(dip->di_core), &(ip->i_d), in xfs_iflush_int()
Dxfs_log_priv.h551 extern xfs_caddr_t xlog_align(xlog_t *, xfs_daddr_t, int, struct xfs_buf *);
Dxfs_inode.h510 void xfs_xlate_dinode_core(xfs_caddr_t, struct xfs_dinode_core *,
Dxfs_alloc.c2142 (int)((xfs_caddr_t)blockp - (xfs_caddr_t)agfl), in xfs_alloc_put_freelist()
2143 (int)((xfs_caddr_t)blockp - (xfs_caddr_t)agfl + in xfs_alloc_put_freelist()
Dxfs_buf_item.c275 vecp->i_addr = (xfs_caddr_t)&bip->bli_format; in xfs_buf_item_format()
Dxfs_trans.c1052 log_vector->i_addr = (xfs_caddr_t)&tp->t_header; in xfs_trans_fill_vecs()
Dxfs_attr.c1921 xfs_caddr_t dst; in xfs_attr_rmtval_get()
1978 xfs_caddr_t src; in xfs_attr_rmtval_set()
Dxfs_attr_leaf.c2929 kmem_free((xfs_caddr_t)list, size); in xfs_attr_leaf_inactive()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot_item.c97 logvec->i_addr = (xfs_caddr_t)&logitem->qli_format; in xfs_qm_dquot_logitem_format()
100 logvec->i_addr = (xfs_caddr_t)&logitem->qli_dquot->q_core; in xfs_qm_dquot_logitem_format()
510 log_vector->i_addr = (xfs_caddr_t)&(qf->qql_format); in xfs_qm_qoff_logitem_format()
Dxfs_qm.h228 extern int xfs_qm_quotactl(bhv_desc_t *, int, int, xfs_caddr_t);
Dxfs_qm_syscalls.c103 xfs_caddr_t addr) in xfs_qm_quotactl()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.h497 #define XFS_BUF_PTR(bp) (xfs_caddr_t)((bp)->pb_addr)
499 extern inline xfs_caddr_t xfs_buf_offset(xfs_buf_t *bp, size_t offset)
503 return (xfs_caddr_t) pagebuf_offset(bp, offset);