Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_inode_fork.c349 int cur_max; in xfs_iroot_realloc() local
383 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
384 new_max = cur_max + rec_diff; in xfs_iroot_realloc()
395 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
405 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
406 new_max = cur_max + rec_diff; in xfs_iroot_realloc()