Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_fork.c749 uint64_t nr_exts; in xfs_iext_count_may_overflow() local
759 nr_exts = ifp->if_nextents + nr_to_add; in xfs_iext_count_may_overflow()
760 if (nr_exts < ifp->if_nextents || nr_exts > max_exts) in xfs_iext_count_may_overflow()
/fs/xfs/
Dxfs_iomap.c201 int nr_exts = XFS_IEXT_ADD_NOSPLIT_CNT; in xfs_iomap_write_direct() local
236 nr_exts = XFS_IEXT_WRITE_UNWRITTEN_CNT; in xfs_iomap_write_direct()
246 error = xfs_iext_count_may_overflow(ip, XFS_DATA_FORK, nr_exts); in xfs_iomap_write_direct()