Searched refs:GFS2_DIF_IMMUTABLE (Results 1 – 3 of 3) sorted by relevance
134 {FS_IMMUTABLE_FL, GFS2_DIF_IMMUTABLE},181 if (ip->i_diskflags & GFS2_DIF_IMMUTABLE) in gfs2_set_inode_flags()194 GFS2_DIF_IMMUTABLE| \237 if (IS_IMMUTABLE(inode) && (new_flags & GFS2_DIF_IMMUTABLE)) in do_gfs2_set_flags()241 if (((new_flags ^ flags) & GFS2_DIF_IMMUTABLE) && in do_gfs2_set_flags()
1990 if (gfsflags & GFS2_DIF_IMMUTABLE) in gfs2_getattr()
249 #define GFS2_DIF_IMMUTABLE 0x00000020 macro