Searched refs:xfs_caddr_t (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_types.h42 typedef char * xfs_caddr_t; /* <core address> type */ typedef
H A Dxfs_log_recover.c124 STATIC xfs_caddr_t
183 xfs_caddr_t *offset)
346 xfs_caddr_t offset;
393 xfs_caddr_t buf = NULL;
457 xfs_caddr_t offset = NULL;
564 xfs_caddr_t offset;
837 xfs_caddr_t offset = NULL;
1046 xfs_caddr_t offset;
1145 xfs_caddr_t buf,
1173 xfs_caddr_t offse
[all...]
H A Dxfs_log.c1144 log->l_iclog_bak[i] = (xfs_caddr_t)&(iclog->ic_header);
1355 xfs_caddr_t dptr; /* pointer to byte sized element */
1452 XFS_BUF_SET_PTR(bp, (xfs_caddr_t)((__psint_t)&(iclog->ic_header)+
3561 xfs_caddr_t ptr;
3562 xfs_caddr_t base_ptr;
3584 ptr = (xfs_caddr_t) &iclog->ic_header;
3585 for (ptr += BBSIZE; ptr < ((xfs_caddr_t)&iclog->ic_header) + count;
3602 ((xfs_caddr_t)&(ophead->oh_clientid) - base_ptr);
3606 idx = BTOBBT((xfs_caddr_t)&(ophead->oh_clientid) - iclog->ic_datap);
3624 ((xfs_caddr_t)
[all...]
H A Dxfs_mount.c591 xfs_caddr_t to_ptr = (xfs_caddr_t)to;
592 xfs_caddr_t from_ptr = (xfs_caddr_t)from;
H A Dxfs_alloc.c2108 (int)((xfs_caddr_t)blockp - (xfs_caddr_t)agfl),
2109 (int)((xfs_caddr_t)blockp - (xfs_caddr_t)agfl +
H A Dxfs_trans.c1311 log_vector->i_addr = (xfs_caddr_t)&tp->t_header;
H A Dxfs_attr_leaf.c2900 kmem_free((xfs_caddr_t)list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_buf.h252 extern xfs_caddr_t xfs_buf_offset(xfs_buf_t *, size_t);
325 #define XFS_BUF_PTR(bp) (xfs_caddr_t)((bp)->b_addr)
H A Dxfs_buf.c1338 xfs_caddr_t
1350 return (xfs_caddr_t)page_address(page) + (offset & (PAGE_CACHE_SIZE-1));

Completed in 87 milliseconds