Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dxattr.c190 static int gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, in gfs2_ea_find() function
552 error = gfs2_ea_find(ip, GFS2_EATYPE_SYS, name, &el); in gfs2_xattr_acl_get()
598 error = gfs2_ea_find(ip, type, name, &el); in gfs2_xattr_get()
1145 error = gfs2_ea_find(ip, type, name, &el); in gfs2_xattr_remove()
1201 error = gfs2_ea_find(ip, type, name, &el); in __gfs2_xattr_set()
1263 error = gfs2_ea_find(ip, GFS2_EATYPE_SYS, GFS2_POSIX_ACL_ACCESS, &el); in gfs2_xattr_acl_chmod()