Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dxattr.c77 return type <= GFS2_EATYPE_SECURITY; in gfs2_eatype_valid()
364 BUG_ON(ea->ea_type > GFS2_EATYPE_SECURITY && in ea_list_i()
375 case GFS2_EATYPE_SECURITY: in ea_list_i()
1478 .flags = GFS2_EATYPE_SECURITY,
H A Dinode.c592 GFS2_EATYPE_SECURITY); in gfs2_initxattrs()
/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h391 #define GFS2_EATYPE_SECURITY 3 macro