Home
last modified time | relevance | path

Searched refs:GFS2_DIF_IMMUTABLE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/gfs2/
Dfile.c134 [4] = GFS2_DIF_IMMUTABLE,
184 if (ip->i_diskflags & GFS2_DIF_IMMUTABLE) in gfs2_set_inode_flags()
197 GFS2_DIF_IMMUTABLE| \
245 if (IS_IMMUTABLE(inode) && (new_flags & GFS2_DIF_IMMUTABLE)) in do_gfs2_set_flags()
249 if (((new_flags ^ flags) & GFS2_DIF_IMMUTABLE) && in do_gfs2_set_flags()
/linux-4.1.27/include/uapi/linux/
Dgfs2_ondisk.h239 #define GFS2_DIF_IMMUTABLE 0x00000020 macro