Lines Matching defs:idmap
543 struct posix_acl *ntfs_get_acl(struct mnt_idmap *idmap, struct dentry *dentry,
596 static noinline int ntfs_set_acl_ex(struct mnt_idmap *idmap,
619 err = posix_acl_update_mode(idmap, inode, &mode, &acl);
683 int ntfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
686 return ntfs_set_acl_ex(idmap, d_inode(dentry), acl, type, false);
694 int ntfs_init_acl(struct mnt_idmap *idmap, struct inode *inode,
705 err = ntfs_set_acl_ex(idmap, inode, default_acl,
714 err = ntfs_set_acl_ex(idmap, inode, acl,
728 int ntfs_acl_chmod(struct mnt_idmap *idmap, struct dentry *dentry)
739 return posix_acl_chmod(idmap, dentry, inode->i_mode);
863 struct mnt_idmap *idmap, struct dentry *de,