Home
last modified time | relevance | path

Searched refs:start_fsb (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_iomap.c283 xfs_fileoff_t start_fsb; in xfs_iomap_eof_want_preallocate() local
297 start_fsb = XFS_B_TO_FSBT(mp, ((xfs_ufsize_t)(offset + count - 1))); in xfs_iomap_eof_want_preallocate()
302 error = xfs_bmapi_read(ip, start_fsb, count_fsb, imap, &imaps, in xfs_iomap_eof_want_preallocate()
310 start_fsb += imap[n].br_blockcount; in xfs_iomap_eof_want_preallocate()
Dxfs_aops.c851 xfs_fileoff_t start_fsb; in xfs_aops_discard_page() local
856 start_fsb = XFS_B_TO_FSBT(ip->i_mount, offset); in xfs_aops_discard_page()
857 error = xfs_bmap_punch_delalloc_range(ip, start_fsb, 1); in xfs_aops_discard_page()
1405 xfs_fileoff_t start_fsb; in xfs_vm_write_failed() local
1415 start_fsb = XFS_B_TO_FSB(ip->i_mount, inode->i_size) + 1; in xfs_vm_write_failed()
1417 if (end_fsb <= start_fsb) in xfs_vm_write_failed()
1421 error = xfs_bmap_punch_delalloc_range(ip, start_fsb, in xfs_vm_write_failed()
1422 end_fsb - start_fsb); in xfs_vm_write_failed()
Dxfs_bmap.h213 xfs_fileoff_t start_fsb, xfs_fileoff_t length);
Dxfs_bmap.c6097 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range() argument
6118 error = xfs_bmapi_read(ip, start_fsb, 1, &imap, &nimaps, in xfs_bmap_punch_delalloc_range()
6126 ip->i_ino, start_fsb); in xfs_bmap_punch_delalloc_range()
6147 error = xfs_bunmapi(NULL, ip, start_fsb, 1, 0, 1, &firstblock, in xfs_bmap_punch_delalloc_range()
6154 start_fsb++; in xfs_bmap_punch_delalloc_range()