Searched refs:pacl (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | xattr.c | 169 struct smb_ntsd *pacl; in cifs_xattr_set() local 173 pacl = kmalloc(size, GFP_KERNEL); in cifs_xattr_set() 174 if (!pacl) { in cifs_xattr_set() 177 memcpy(pacl, value, size); in cifs_xattr_set() 205 rc = pTcon->ses->server->ops->set_acl(pacl, in cifs_xattr_set() 212 kfree(pacl); in cifs_xattr_set() 330 struct smb_ntsd *pacl; in cifs_xattr_get() local 353 pacl = pTcon->ses->server->ops->get_acl(cifs_sb, in cifs_xattr_get() 355 if (IS_ERR(pacl)) { in cifs_xattr_get() 356 rc = PTR_ERR(pacl); in cifs_xattr_get() [all …]
|
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 240 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local 277 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl() 311 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_atomic_open_dotl() 335 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl() 360 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local 379 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl() 405 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl() 413 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl() 799 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local 816 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mknod_dotl() [all …]
|
| H A D | acl.h | 21 struct posix_acl **dpacl, struct posix_acl **pacl); 48 struct posix_acl **pacl) in v9fs_acl_mode() argument
|
| /linux/include/linux/ |
| H A D | nfsacl.h | 40 struct posix_acl **pacl); 43 struct posix_acl **pacl);
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 660 struct posix_acl *pacl; in nfsd4_decode_fattr4() local 662 status = nfsd4_decode_posixacl(argp, &pacl); in nfsd4_decode_fattr4() 668 *paclp = pacl; in nfsd4_decode_fattr4() 3155 struct posix_acl *pacl; member 3728 return nfsd4_encode_posixacl(xdr, args->rqstp, args->pacl); in nfsd4_encode_fattr4_posix_access_acl() 3894 args.pacl = NULL; in nfsd4_encode_fattr4() 4028 struct posix_acl *pacl; in nfsd4_encode_fattr4() local 4030 pacl = get_inode_acl(inode, ACL_TYPE_ACCESS); in nfsd4_encode_fattr4() 4031 if (!pacl) in nfsd4_encode_fattr4() 4032 pacl = posix_acl_from_mode(inode->i_mode, GFP_KERNEL); in nfsd4_encode_fattr4() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_tcam.c | 617 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_enable() 628 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_disable()
|