Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dfile.c138 {FS_TOPDIR_FL, GFS2_DIF_TOPDIR},
209 GFS2_DIF_TOPDIR| \
306 if (gfsflags & GFS2_DIF_TOPDIR) in gfs2_fileattr_set()
308 mask &= ~(GFS2_DIF_TOPDIR | GFS2_DIF_INHERIT_JDATA); in gfs2_fileattr_set()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h260 #define GFS2_DIF_TOPDIR 0x00000400 /* New in gfs2 */ macro