Searched refs:get_acl (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/smb/client/
H A Dxattr.c320 if (pTcon->ses->server->ops->get_acl == NULL)
328 pacl = pTcon->ses->server->ops->get_acl(cifs_sb,
H A Dcifsacl.c1547 else if (ops->get_acl)
1548 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info);
1601 if (ops->get_acl == NULL) {
1606 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info);
H A Dcifsfs.c1155 .get_acl = cifs_get_acl,
1165 .get_acl = cifs_get_acl,
H A Dsmb1ops.c1170 .get_acl = get_cifs_acl,
H A Dsmb2ops.c5166 .get_acl = get_smb2_acl,
5271 .get_acl = get_smb2_acl,
5387 .get_acl = get_smb2_acl,
5503 .get_acl = get_smb2_acl,
H A Dcifsglob.h542 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, member in struct:smb_version_operations
/linux-master/fs/ntfs3/
H A Dnamei.c610 .get_acl = ntfs_get_acl,
623 .get_acl = ntfs_get_acl,
H A Dfile.c1218 .get_acl = ntfs_get_acl,
/linux-master/fs/overlayfs/
H A Dinode.c748 .get_acl = ovl_get_acl,
770 .get_acl = ovl_get_acl,
H A Ddir.c1308 .get_acl = ovl_get_acl,
/linux-master/fs/ecryptfs/
H A Dinode.c1189 .get_acl = ecryptfs_get_acl,
1200 .get_acl = ecryptfs_get_acl,
/linux-master/fs/
H A Dposix_acl.c156 if (dentry && inode->i_op->get_acl) {
157 acl = inode->i_op->get_acl(idmap, dentry, type);
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c873 .get_acl = v9fs_iop_get_acl,
882 .get_acl = v9fs_iop_get_acl,
/linux-master/fs/bcachefs/
H A Dfs.c1135 .get_acl = bch2_get_acl,
1155 .get_acl = bch2_get_acl,
1177 .get_acl = bch2_get_acl,
1187 .get_acl = bch2_get_acl,
/linux-master/fs/fuse/
H A Ddir.c2145 .get_acl = fuse_get_acl,
2168 .get_acl = fuse_get_acl,
/linux-master/include/linux/
H A Dfs.h2091 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member in struct:inode_operations

Completed in 495 milliseconds