Home
last modified time | relevance | path

Searched refs:posix_acl_chmod (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dposix_acl.h84 int posix_acl_chmod(struct mnt_idmap *, struct dentry *, umode_t);
117 static inline int posix_acl_chmod(struct mnt_idmap *idmap, in posix_acl_chmod() function
/linux/fs/jfs/
H A Dfile.c129 rc = posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode); in jfs_setattr()
/linux/fs/
H A Dposix_acl.c591 * posix_acl_chmod - chmod a posix acl
604 posix_acl_chmod(struct mnt_idmap *idmap, struct dentry *dentry, in posix_acl_chmod() function
630 EXPORT_SYMBOL(posix_acl_chmod);
/linux/fs/jffs2/
H A Dfs.c205 rc = posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode); in jffs2_setattr()
/linux/fs/ntfs3/
H A Dxattr.c729 return posix_acl_chmod(idmap, dentry, inode->i_mode); in ntfs_acl_chmod()
/linux/fs/orangefs/
H A Dinode.c806 ret = posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode); in __orangefs_setattr_mode()
/linux/fs/xfs/
H A Dxfs_iops.c891 error = posix_acl_chmod(idmap, dentry, inode->i_mode); in xfs_setattr_nonsize()
/linux/fs/ext2/
H A Dinode.c1675 error = posix_acl_chmod(&nop_mnt_idmap, dentry, inode->i_mode); in ext2_setattr()
/linux/fs/gfs2/
H A Dinode.c2111 error = posix_acl_chmod(&nop_mnt_idmap, dentry, in gfs2_setattr()
/linux/fs/ceph/
H A Dinode.c2862 err = posix_acl_chmod(idmap, dentry, attr->ia_mode); in ceph_setattr()
/linux/mm/
H A Dshmem.c1377 error = posix_acl_chmod(idmap, dentry, inode->i_mode); in shmem_setattr()
/linux/fs/ext4/
H A Dinode.c6067 rc = posix_acl_chmod(idmap, dentry, inode->i_mode); in ext4_setattr()
/linux/fs/btrfs/
H A Dinode.c5298 ret = posix_acl_chmod(idmap, dentry, inode->i_mode); in btrfs_setattr()