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

/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h38 __s32 bmv_count; /* # of entries in array incl. 1st */ member in struct:getbmap
57 __s32 bmv_count; /* # of entries in array incl. 1st */ member in struct:getbmapx
/linux-master/fs/xfs/
H A Dxfs_ioctl.c1441 put_user(0, &u->bmv_count) ||
1483 if (bmx.bmv_count < 2)
1485 if (bmx.bmv_count >= INT_MAX / recsize)
1488 buf = kvcalloc(bmx.bmv_count, sizeof(*buf), GFP_KERNEL);
H A Dxfs_bmap_util.c227 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1;
251 * are mapped, until the passed-in bmv->bmv_count slots have

Completed in 114 milliseconds