Home
last modified time | relevance | path

Searched refs:o_blocks (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobdo.c85 dst->o_blocks = src->i_blocks; in obdo_from_inode()
131 dst->o_blocks = src->o_blocks; in obdo_cpy_md()
173 res |= dst->o_blocks != src->o_blocks; in obdo_cmp_md()
303 op_data->op_attr_blocks = oa->o_blocks; in md_from_obdo()
319 oa->o_blocks = op_data->op_attr_blocks; in obdo_from_md()
336 dobdo->o_blocks = cpu_to_le64(sobdo->o_blocks); in obdo_cpu_to_le()
353 dobdo->o_blocks = le64_to_cpu(sobdo->o_blocks); in obdo_le_to_cpu()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-obdo.c74 dst->o_blocks = la->la_blocks; in obdo_from_la()
123 dst->la_blocks = obdo->o_blocks; in la_from_obdo()
174 if (valid & OBD_MD_FLBLOCKS && src->o_blocks > dst->i_blocks) in obdo_refresh_inode()
179 dst->i_blocks = src->o_blocks; in obdo_refresh_inode()
206 dst->i_blocks = src->o_blocks; in obdo_to_inode()
207 if (dst->i_blocks < src->o_blocks) /* overflow */ in obdo_to_inode()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_merge.c164 tgt->o_blocks += src->o_blocks; in lov_merge_attrs()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c448 oa->o_blocks = OBD_OBJECT_EOF; in osc_io_setattr_start()
560 oa->o_blocks = fio->fi_end; in osc_fsync_ost()
Dosc_request.c1812 attr->cat_blocks = oa->o_blocks; in brw_interpret()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3253 __u64 o_blocks; /* brw: cli sent cached bytes */ member
3285 #define o_dirty o_blocks
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1700 __swab64s(&o->o_blocks); in lustre_swab_obdo()
2291 CDEBUG(D_RPCTRACE, "obdo: o_blocks = %lld\n", oa->o_blocks); in dump_obdo()
Dwiretest.c1147 LASSERTF((int)offsetof(struct obdo, o_blocks) == 64, "found %lld\n", in lustre_assert_wire_constants()
1148 (long long)(int)offsetof(struct obdo, o_blocks)); in lustre_assert_wire_constants()
1149 LASSERTF((int)sizeof(((struct obdo *)0)->o_blocks) == 8, "found %lld\n", in lustre_assert_wire_constants()
1150 (long long)(int)sizeof(((struct obdo *)0)->o_blocks)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1045 st->st_blocks = obdo.o_blocks; in ll_glimpse_ioctl()