Searched refs:resaligned (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_iomap.c250 xfs_filblks_t resaligned; local
260 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb,
264 rblocks = resaligned;
266 dblocks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned);
H A Dxfs_reflink.c391 xfs_filblks_t resaligned; local
397 resaligned = xfs_aligned_fsb_count(imap->br_startoff,
399 resblks = XFS_DIOSTRAT_SPACE_RES(mp, resaligned);

Completed in 118 milliseconds