Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_util.c675 uint32_t bmapi_flags, nr_exts; in xfs_alloc_file_space() local
696 nr_exts = XFS_IEXT_ADD_NOSPLIT_CNT; in xfs_alloc_file_space()
700 nr_exts = XFS_IEXT_WRITE_UNWRITTEN_CNT; in xfs_alloc_file_space()
765 error = xfs_iext_count_extend(tp, ip, XFS_DATA_FORK, nr_exts); in xfs_alloc_file_space()
/linux/drivers/s390/block/
H A Ddasd_eckd.h636 __u16 nr_exts; /* Defines number of ext_scope - max 110 */ member
H A Ddasd_eckd.c4208 int nr_exts; in dasd_eckd_dso_ras() local
4232 nr_exts = 0; in dasd_eckd_dso_ras()
4234 nr_exts = count_exts(first_trk, last_trk, trks_per_ext); in dasd_eckd_dso_ras()
4236 size = ras_size + (nr_exts * sizeof(*ras_range)); in dasd_eckd_dso_ras()
4263 ras_data->nr_exts = nr_exts; in dasd_eckd_dso_ras()
4274 for (i = 0; i < nr_exts; i++) { in dasd_eckd_dso_ras()