Searched refs:bmv_count (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fs.h84 __s32 bmv_count; /* # of entries in array incl. 1st */ member in struct:getbmap
103 __s32 bmv_count; /* # of entries in array incl. 1st */ member in struct:getbmapx
H A Dxfs_bmap.c5368 * are mapped, until the passed-in bmv->bmv_count slots have
5445 nex = bmv->bmv_count - 1;
5451 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx))
5453 out = kmem_zalloc(bmv->bmv_count * sizeof(struct getbmapx), KM_MAYFAIL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h84 __s32 bmv_count; /* # of entries in array incl. 1st */ member in struct:getbmap
103 __s32 bmv_count; /* # of entries in array incl. 1st */ member in struct:getbmapx
H A Dxfs_bmap.c5368 * are mapped, until the passed-in bmv->bmv_count slots have
5445 nex = bmv->bmv_count - 1;
5451 if (bmv->bmv_count > ULONG_MAX / sizeof(struct getbmapx))
5453 out = kmem_zalloc(bmv->bmv_count * sizeof(struct getbmapx), KM_MAYFAIL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_iops.c663 bm.bmv_count = !fieinfo->fi_extents_max ? MAXEXTNUM :
665 bm.bmv_count = min_t(__s32, bm.bmv_count,
H A Dxfs_ioctl.c1213 if (bmx.bmv_count < 2)
1254 if (bmx.bmv_count < 2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_iops.c663 bm.bmv_count = !fieinfo->fi_extents_max ? MAXEXTNUM :
665 bm.bmv_count = min_t(__s32, bm.bmv_count,
H A Dxfs_ioctl.c1213 if (bmx.bmv_count < 2)
1254 if (bmx.bmv_count < 2)

Completed in 133 milliseconds