Searched refs:bmv_oflags (Results 1 - 6 of 6) 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.h92 * has additional bmv_iflags and bmv_oflags fields. The bmv_iflags field
94 * specifying XFS_IOC_GETBMAPX actions. The bmv_oflags field is filled
106 __s32 bmv_oflags; /* output flags (after 1st structure)*/ member in struct:getbmapx
122 /* bmv_oflags values - returned for each non-header segment */
H A Dxfs_bmap.c5359 out->bmv_oflags |= BMV_OF_LAST;
5511 out[cur_ext].bmv_oflags = 0;
5513 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC;
5515 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC;
5527 out[cur_ext].bmv_oflags |= BMV_OF_LAST;
/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.h92 * has additional bmv_iflags and bmv_oflags fields. The bmv_iflags field
94 * specifying XFS_IOC_GETBMAPX actions. The bmv_oflags field is filled
106 __s32 bmv_oflags; /* output flags (after 1st structure)*/ member in struct:getbmapx
122 /* bmv_oflags values - returned for each non-header segment */
H A Dxfs_bmap.c5359 out->bmv_oflags |= BMV_OF_LAST;
5511 out[cur_ext].bmv_oflags = 0;
5513 out[cur_ext].bmv_oflags |= BMV_OF_PREALLOC;
5515 out[cur_ext].bmv_oflags |= BMV_OF_DELALLOC;
5527 out[cur_ext].bmv_oflags |= BMV_OF_LAST;
/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.c620 if (bmv->bmv_oflags & BMV_OF_PREALLOC)
622 else if (bmv->bmv_oflags & BMV_OF_DELALLOC) {
626 if (bmv->bmv_oflags & BMV_OF_LAST)
/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.c620 if (bmv->bmv_oflags & BMV_OF_PREALLOC)
622 else if (bmv->bmv_oflags & BMV_OF_DELALLOC) {
626 if (bmv->bmv_oflags & BMV_OF_LAST)

Completed in 257 milliseconds