Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1291 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import) in ll_setattr_raw() function
1493 return ll_setattr_raw(de, attr, false); in ll_setattr()
Dllite_internal.h802 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import);
Dfile.c2190 rc = ll_setattr_raw(file->f_path.dentry, attr, true); in ll_hsm_import()