Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dgfs2_ondisk.h255 #define GFS2_DIF_IMMUTABLE 0x00000020 macro
/linux/fs/gfs2/
H A Dfile.c134 {FS_IMMUTABLE_FL, GFS2_DIF_IMMUTABLE},
192 if (ip->i_diskflags & GFS2_DIF_IMMUTABLE) in gfs2_set_inode_flags()
205 GFS2_DIF_IMMUTABLE| \
H A Dinode.c2081 if (gfsflags & GFS2_DIF_IMMUTABLE) in gfs2_getattr()