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
1081 bm.bmv_count = !fieinfo->fi_extents_max ? MAXEXTNUM : in xfs_vn_fiemap()1083 bm.bmv_count = min_t(__s32, bm.bmv_count, in xfs_vn_fiemap()
562 nex = bmv->bmv_count - 1; in xfs_getbmap()568 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx)) in xfs_getbmap()570 out = kmem_zalloc_large(bmv->bmv_count * sizeof(struct getbmapx), 0); in xfs_getbmap()
1377 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()1418 if (bmx.bmv_count < 2) in xfs_ioc_getbmapx()