Searched refs:get_acl (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | xattr.c | 317 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 D | cifsacl.c | 1547 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 D | cifsfs.c | 1137 .get_acl = cifs_get_acl, 1147 .get_acl = cifs_get_acl,
|
A D | smb1ops.c | 1254 .get_acl = get_cifs_acl,
|
A D | cifsglob.h | 485 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, member
|
A D | smb2ops.c | 5280 .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 D | vfs_inode_dotl.c | 987 .get_acl = v9fs_iop_get_acl, 996 .get_acl = v9fs_iop_get_acl,
|
/linux-6.3-rc2/fs/ |
A D | posix_acl.c | 157 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 D | inode.c | 1170 .get_acl = ecryptfs_get_acl, 1181 .get_acl = ecryptfs_get_acl,
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | inode.c | 862 .get_acl = ovl_get_acl, 884 .get_acl = ovl_get_acl,
|
A D | dir.c | 1313 .get_acl = ovl_get_acl,
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | locking.rst | 87 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int); 109 get_acl: no
|
A D | vfs.rst | 446 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
|
/linux-6.3-rc2/fs/fuse/ |
A D | dir.c | 2014 .get_acl = fuse_get_acl, 2037 .get_acl = fuse_get_acl,
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 1833 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member
|
Completed in 56 milliseconds