Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1201 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import) in ll_setattr_raw() function
1399 return ll_setattr_raw(de, attr, false); in ll_setattr()
Dllite_internal.h768 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import);
Dfile.c2184 rc = ll_setattr_raw(file->f_path.dentry, attr, true); in ll_hsm_import()