Searched refs:vfs_fileattr_set (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfileattr.h56 int vfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry,
/linux-master/fs/
H A Dioctl.c654 * vfs_fileattr_set - change miscellaneous file attributes
669 int vfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, function
703 EXPORT_SYMBOL(vfs_fileattr_set); variable
729 err = vfs_fileattr_set(idmap, dentry, &fa);
759 err = vfs_fileattr_set(idmap, dentry, &fa);
/linux-master/fs/overlayfs/
H A Dinode.c644 return vfs_fileattr_set(mnt_idmap(realpath->mnt), realpath->dentry, fa);
/linux-master/fs/ecryptfs/
H A Dinode.c1138 rc = vfs_fileattr_set(&nop_mnt_idmap, lower_dentry, fa);

Completed in 170 milliseconds