Home
last modified time | relevance | path

Searched refs:bmv_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h84 __s32 bmv_count; /* # of entries in array incl. 1st */ member
103 __s32 bmv_count; /* # of entries in array incl. 1st */ member
/linux-4.1.27/fs/xfs/
Dxfs_iops.c1081 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()
Dxfs_bmap_util.c562 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()
Dxfs_ioctl.c1377 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
1418 if (bmx.bmv_count < 2) in xfs_ioc_getbmapx()