Home
last modified time | relevance | path

Searched refs:xfs_buf_btoct (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_buf.h37 #define xfs_buf_btoct(dd) ((dd) >> PAGE_CACHE_SHIFT) macro
Dxfs_buf.c328 page_count = xfs_buf_btoc(end) - xfs_buf_btoct(bp->b_file_offset); in xfs_buf_allocate_memory()
1333 page = bp->b_pages[xfs_buf_btoct(boff + bp->b_offset)]; in xfs_buf_iomove()