bmv_count          38 fs/xfs/libxfs/xfs_fs.h 	__s32		bmv_count;	/* # of entries in array incl. 1st  */
bmv_count          57 fs/xfs/libxfs/xfs_fs.h 	__s32		bmv_count;	/* # of entries in array incl. 1st  */
bmv_count         473 fs/xfs/xfs_bmap_util.c 	return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1;
bmv_count        1760 fs/xfs/xfs_ioctl.c 	    put_user(0, &u->bmv_count) ||
bmv_count        1804 fs/xfs/xfs_ioctl.c 	if (bmx.bmv_count < 2)
bmv_count        1806 fs/xfs/xfs_ioctl.c 	if (bmx.bmv_count > ULONG_MAX / recsize)
bmv_count        1809 fs/xfs/xfs_ioctl.c 	buf = kmem_zalloc_large(bmx.bmv_count * sizeof(*buf), 0);