Home
last modified time | relevance | path

Searched refs:XFS_BUF_SET_PTR (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_log_recover.c1176 error = XFS_BUF_SET_PTR(bp, offset + balign, in xlog_write_log_records()
1181 error = XFS_BUF_SET_PTR(bp, offset, bufblks); in xlog_write_log_records()
3596 error = XFS_BUF_SET_PTR(hbp, in xlog_do_recovery_pass()
3603 error = XFS_BUF_SET_PTR(hbp, bufaddr, in xlog_do_recovery_pass()
3658 error = XFS_BUF_SET_PTR(dbp, in xlog_do_recovery_pass()
3666 error = XFS_BUF_SET_PTR(dbp, bufaddr, in xlog_do_recovery_pass()
Dxfs_log.c1574 XFS_BUF_SET_PTR(bp, (xfs_caddr_t)((__psint_t)&(iclog->ic_header)+ in xlog_sync()
/fs/xfs/linux-2.6/
Dxfs_buf.h338 #define XFS_BUF_SET_PTR(bp, val, cnt) xfs_buf_associate_memory(bp, val, cnt) macro