Lines Matching defs:idmap
539 struct posix_acl *ntfs_get_acl(struct mnt_idmap *idmap, struct dentry *dentry,
588 static noinline int ntfs_set_acl_ex(struct mnt_idmap *idmap,
607 err = posix_acl_update_mode(idmap, inode, &mode, &acl);
661 int ntfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
664 return ntfs_set_acl_ex(idmap, d_inode(dentry), acl, type, false);
672 int ntfs_init_acl(struct mnt_idmap *idmap, struct inode *inode,
683 err = ntfs_set_acl_ex(idmap, inode, default_acl,
692 err = ntfs_set_acl_ex(idmap, inode, acl,
706 int ntfs_acl_chmod(struct mnt_idmap *idmap, struct dentry *dentry)
717 return posix_acl_chmod(idmap, dentry, inode->i_mode);
833 struct mnt_idmap *idmap, struct dentry *de,