Searched refs:GFS2_DIF_EA_INDIRECT (Results 1 – 2 of 2) sorted by relevance
139 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) { in ea_foreach()980 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in ea_set_block()1021 ip->i_diskflags |= GFS2_DIF_EA_INDIRECT; in ea_set_block()1069 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) in ea_set_i()1366 ip->i_diskflags &= ~GFS2_DIF_EA_INDIRECT; in ea_dealloc_indirect()1459 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in gfs2_ea_dealloc()
253 #define GFS2_DIF_EA_INDIRECT 0x00000008 macro