Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Dxattr.c317 if (pTcon->ses->server->ops->get_acl == NULL) in cifs_xattr_get()
325 pacl = pTcon->ses->server->ops->get_acl(cifs_sb, in cifs_xattr_get()
A Dcifsacl.c1547 else if (ops->get_acl) in cifs_acl_to_fattr()
1548 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info); in cifs_acl_to_fattr()
1601 if (ops->get_acl == NULL) { in id_mode_to_cifs_acl()
1606 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info); in id_mode_to_cifs_acl()
A Dcifsfs.c1137 .get_acl = cifs_get_acl,
1147 .get_acl = cifs_get_acl,
A Dsmb1ops.c1254 .get_acl = get_cifs_acl,
A Dcifsglob.h485 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, member
A Dsmb2ops.c5280 .get_acl = get_smb2_acl,
5383 .get_acl = get_smb2_acl,
5497 .get_acl = get_smb2_acl,
5611 .get_acl = get_smb2_acl,
/linux-6.3-rc2/fs/9p/
A Dvfs_inode_dotl.c987 .get_acl = v9fs_iop_get_acl,
996 .get_acl = v9fs_iop_get_acl,
/linux-6.3-rc2/fs/
A Dposix_acl.c157 if (dentry && inode->i_op->get_acl) { in __get_acl()
158 acl = inode->i_op->get_acl(idmap, dentry, type); in __get_acl()
/linux-6.3-rc2/fs/ecryptfs/
A Dinode.c1170 .get_acl = ecryptfs_get_acl,
1181 .get_acl = ecryptfs_get_acl,
/linux-6.3-rc2/fs/overlayfs/
A Dinode.c862 .get_acl = ovl_get_acl,
884 .get_acl = ovl_get_acl,
A Ddir.c1313 .get_acl = ovl_get_acl,
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst87 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
109 get_acl: no
A Dvfs.rst446 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
/linux-6.3-rc2/fs/fuse/
A Ddir.c2014 .get_acl = fuse_get_acl,
2037 .get_acl = fuse_get_acl,
/linux-6.3-rc2/include/linux/
A Dfs.h1833 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member

Completed in 64 milliseconds