Searched refs:GFS2_DIF_EA_INDIRECT (Results 1 – 2 of 2) sorted by relevance
124 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) { in ea_foreach()965 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in ea_set_block()1006 ip->i_diskflags |= GFS2_DIF_EA_INDIRECT; in ea_set_block()1054 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) in ea_set_i()1346 ip->i_diskflags &= ~GFS2_DIF_EA_INDIRECT; in ea_dealloc_indirect()1435 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in gfs2_ea_dealloc()
247 #define GFS2_DIF_EA_INDIRECT 0x00000008 macro