Searched refs:bmv_count (Results 1 – 4 of 4) sorted by relevance
84 __s32 bmv_count; /* # of entries in array incl. 1st */ member103 __s32 bmv_count; /* # of entries in array incl. 1st */ member
1078 bm.bmv_count = !fieinfo->fi_extents_max ? MAXEXTNUM : in xfs_vn_fiemap()1080 bm.bmv_count = min_t(__s32, bm.bmv_count, in xfs_vn_fiemap()
588 nex = bmv->bmv_count - 1; in xfs_getbmap()594 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx)) in xfs_getbmap()596 out = kmem_zalloc_large(bmv->bmv_count * sizeof(struct getbmapx), 0); in xfs_getbmap()
1388 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()1429 if (bmx.bmv_count < 2) in xfs_ioc_getbmapx()