Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c747 uint64_t nr_exts; in xfs_iext_count_extend() local
755 nr_exts = ifp->if_nextents + nr_to_add; in xfs_iext_count_extend()
756 if (nr_exts < ifp->if_nextents) in xfs_iext_count_extend()
759 if (XFS_TEST_ERROR(mp, XFS_ERRTAG_REDUCE_MAX_IEXTENTS) && nr_exts > 10) in xfs_iext_count_extend()
762 if (nr_exts > xfs_iext_max_nextents(has_large, whichfork)) { in xfs_iext_count_extend()
/linux/drivers/s390/block/
H A Ddasd_eckd.h590 __u16 nr_exts; /* Defines number of ext_scope - max 110 */ member
/linux/fs/xfs/
H A Dxfs_iomap.c281 int nr_exts = XFS_IEXT_ADD_NOSPLIT_CNT; in xfs_iomap_write_direct() local
316 nr_exts = XFS_IEXT_WRITE_UNWRITTEN_CNT; in xfs_iomap_write_direct()
326 error = xfs_iext_count_extend(tp, ip, XFS_DATA_FORK, nr_exts); in xfs_iomap_write_direct()