Searched refs:gfs2_ea_find (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/gfs2/ |
D | xattr.c | 188 static int gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, in gfs2_ea_find() function 529 error = gfs2_ea_find(ip, GFS2_EATYPE_SYS, name, &el); in gfs2_xattr_acl_get() 575 error = gfs2_ea_find(ip, type, name, &el); in __gfs2_xattr_get() 1127 error = gfs2_ea_find(ip, type, name, &el); in gfs2_xattr_remove() 1187 error = gfs2_ea_find(ip, type, name, &el); in __gfs2_xattr_set()
|