Home
last modified time | relevance | path

Searched refs:OBD_MD_FLBLOCKS (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c84 if (valid & OBD_MD_FLBLOCKS) { /* allocation of space (x512 bytes) */ in obdo_from_inode()
86 newvalid |= OBD_MD_FLBLOCKS; in obdo_from_inode()
181 if (valid & OBD_MD_FLBLOCKS) { in md_from_obdo()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-obdo.c78 if (valid & OBD_MD_FLBLOCKS && src->o_blocks > dst->i_blocks) in obdo_refresh_inode()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_merge.c164 if (valid & OBD_MD_FLBLOCKS) in lov_merge_attrs()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c448 oa->o_valid |= OBD_MD_FLSIZE | OBD_MD_FLBLOCKS; in osc_io_setattr_start()
559 oa->o_valid |= OBD_MD_FLSIZE | OBD_MD_FLBLOCKS; in osc_fsync_ost()
Dosc_request.c795 u32 bits = OBD_MD_FLBLOCKS|OBD_MD_FLGRANT; in osc_announce_cached()
1767 if (oa->o_valid & OBD_MD_FLBLOCKS) { in brw_interpret()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c457 valid = OBD_MD_FLGETATTR | OBD_MD_FLBLOCKS; in client_common_fill_super()
1637 if (body->valid & OBD_MD_FLBLOCKS) in ll_update_inode()
Dfile.c925 OBD_MD_FLSIZE | OBD_MD_FLBLOCKS | in ll_lsm_getattr()
946 oinfo.oi_oa->o_valid &= (OBD_MD_FLBLOCKS | OBD_MD_FLBLKSZ | in ll_lsm_getattr()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2083 if (valid & OBD_MD_FLBLOCKS) /* allocation of space */ in dump_obdo()
Dwiretest.c1239 LASSERTF(OBD_MD_FLBLOCKS == (0x00000020ULL), "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1240 OBD_MD_FLBLOCKS); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1665 #define OBD_MD_FLBLOCKS (0x00000020ULL) /* allocated blocks count */ macro