Searched refs:ovl_real_fileattr_set (Results 1 – 3 of 3) sorted by relevance
635 int ovl_real_fileattr_set(const struct path *realpath, struct fileattr *fa) in ovl_real_fileattr_set() function673 err = ovl_real_fileattr_set(&upperpath, fa); in ovl_fileattr_set()
861 int ovl_real_fileattr_set(const struct path *realpath, struct fileattr *fa);
230 return ovl_real_fileattr_set(new, &newfa); in ovl_copy_fileattr()