Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dacl.c103 error = __gfs2_xattr_set(inode, name, data, len, 0, GFS2_EATYPE_SYS); in __gfs2_set_acl()
H A Dxattr.c371 case GFS2_EATYPE_SYS: in ea_list_i()
543 error = gfs2_ea_find(ip, GFS2_EATYPE_SYS, name, &el); in gfs2_xattr_acl_get()
/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h390 #define GFS2_EATYPE_SYS 2 macro