Searched refs:gfs2_ea_find (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/gfs2/ |
D | xattr.c | 189 static int gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, in gfs2_ea_find() function 544 error = gfs2_ea_find(ip, GFS2_EATYPE_SYS, name, &el); in gfs2_xattr_acl_get() 589 error = gfs2_ea_find(ip, type, name, &el); in gfs2_xattr_get() 1140 error = gfs2_ea_find(ip, type, name, &el); in gfs2_xattr_remove() 1196 error = gfs2_ea_find(ip, type, name, &el); in __gfs2_xattr_set() 1303 error = gfs2_ea_find(ip, GFS2_EATYPE_SYS, GFS2_POSIX_ACL_ACCESS, &el); in gfs2_xattr_acl_chmod()
|