Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Dxattr.c77 return type <= GFS2_EATYPE_SECURITY; in gfs2_eatype_valid()
368 BUG_ON(ea->ea_type > GFS2_EATYPE_SECURITY && in ea_list_i()
379 case GFS2_EATYPE_SECURITY: in ea_list_i()
1482 .flags = GFS2_EATYPE_SECURITY,
Dinode.c593 GFS2_EATYPE_SECURITY); in gfs2_initxattrs()
/linux-6.12.1/include/uapi/linux/
Dgfs2_ondisk.h391 #define GFS2_EATYPE_SECURITY 3 macro