Home
last modified time | relevance | path

Searched refs:get_acl (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ntfs3/
H A Dnamei.c539 .get_acl = ntfs_get_acl,
553 .get_acl = ntfs_get_acl,
H A Dfile.c1579 .get_acl = ntfs_get_acl,
/linux/fs/smb/client/
H A Dcifsacl.c1717 else if (ops->get_acl) in cifs_acl_to_fattr()
1718 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info); in cifs_acl_to_fattr()
1775 if (ops->get_acl == NULL) { in id_mode_to_cifs_acl()
1780 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info); in id_mode_to_cifs_acl()
H A Dcifsglob.h575 struct smb_ntsd * (*get_acl)(struct cifs_sb_info *cifssb, struct inode *ino, member
/linux/fs/
H A Dposix_acl.c163 if (dentry && inode->i_op->get_acl) { in __get_acl()
164 acl = inode->i_op->get_acl(idmap, dentry, type); in __get_acl()
/linux/fs/overlayfs/
H A Dinode.c751 .get_acl = ovl_get_acl,
773 .get_acl = ovl_get_acl,
/linux/include/linux/
H A Dfs.h2030 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member