Home
last modified time | relevance | path

Searched refs:GFS2_DIF_APPENDONLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h256 #define GFS2_DIF_APPENDONLY 0x00000040 macro
/openbmc/linux/fs/gfs2/
H A Dfile.c135 {FS_APPEND_FL, GFS2_DIF_APPENDONLY},
194 if (ip->i_diskflags & GFS2_DIF_APPENDONLY) in gfs2_set_inode_flags()
206 GFS2_DIF_APPENDONLY| \
H A Dxattr.c1203 if (ip->i_diskflags & GFS2_DIF_APPENDONLY) { in __gfs2_xattr_set()
H A Dinode.c2078 if (gfsflags & GFS2_DIF_APPENDONLY) in gfs2_getattr()