Searched refs:vfs_fileattr_set (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fileattr.h | 56 int vfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry,
|
/openbmc/linux/fs/ |
H A D | ioctl.c | 669 int vfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_fileattr_set() function 703 EXPORT_SYMBOL(vfs_fileattr_set); 729 err = vfs_fileattr_set(idmap, dentry, &fa); in ioctl_setflags() 759 err = vfs_fileattr_set(idmap, dentry, &fa); in ioctl_fssetxattr()
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 768 return vfs_fileattr_set(mnt_idmap(realpath->mnt), realpath->dentry, fa); in ovl_real_fileattr_set()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 1136 rc = vfs_fileattr_set(&nop_mnt_idmap, lower_dentry, fa); in ecryptfs_fileattr_set()
|