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()979 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in ea_set_block()1020 ip->i_diskflags |= GFS2_DIF_EA_INDIRECT; in ea_set_block()1068 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) in ea_set_i()1388 ip->i_diskflags &= ~GFS2_DIF_EA_INDIRECT; in ea_dealloc_indirect()1477 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in gfs2_ea_dealloc()
237 #define GFS2_DIF_EA_INDIRECT 0x00000008 macro