Searched refs:bmv_length (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_bmap_util.h39 __s64 bmv_length; /* length of segment, blocks */ member in struct:kgetbmap
H A Dxfs_bmap_util.c192 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount);
194 bmv->bmv_offset = p->bmv_offset + p->bmv_length;
195 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset);
216 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno);
218 bmv->bmv_offset = p->bmv_offset + p->bmv_length;
219 bmv->bmv_length = max(0LL, bmv_end - bmv->bmv_offset);
227 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1;
281 if (bmv->bmv_length < -1)
284 if (bmv->bmv_length == 0)
358 if (bmv->bmv_length
[all...]
H A Dxfs_ioctl.c1440 put_user(p->bmv_length, &u->bmv_length) ||
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h28 * On input, fill in bmv_offset and bmv_length of the first structure
37 __s64 bmv_length; /* length of segment, blocks */ member in struct:getbmap
56 __s64 bmv_length; /* length of segment, blocks */ member in struct:getbmapx

Completed in 132 milliseconds