Searched refs:GFS2_DIF_EA_INDIRECT (Results 1 – 2 of 2) sorted by relevance
126 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) { in ea_foreach()977 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in ea_set_block()1018 ip->i_diskflags |= GFS2_DIF_EA_INDIRECT; in ea_set_block()1066 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) in ea_set_i()1385 ip->i_diskflags &= ~GFS2_DIF_EA_INDIRECT; in ea_dealloc_indirect()1474 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in gfs2_ea_dealloc()
237 #define GFS2_DIF_EA_INDIRECT 0x00000008 macro