Searched refs:pacl (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/nfsd/ |
| A D | nfs4acl.c | 139 if (!pacl) in nfsd4_get_nfs4_acl() 142 if (IS_ERR(pacl)) in nfsd4_get_nfs4_acl() 143 return PTR_ERR(pacl); in nfsd4_get_nfs4_acl() 246 pa = pacl->a_entries; in _posix_to_nfsv4_one() 401 if (!pacl || pacl->a_count <= 4) in sort_pacl() 516 if (!pacl) in posix_state_to_acl() 556 return pacl; in posix_state_to_acl() 730 if (IS_ERR(*pacl)) { in nfs4_acl_nfsv4_to_posix() 732 *pacl = NULL; in nfs4_acl_nfsv4_to_posix() 741 *pacl = NULL; in nfs4_acl_nfsv4_to_posix() [all …]
|
| /linux/fs/cifs/ |
| A D | xattr.c | 162 struct cifs_ntsd *pacl; in cifs_xattr_set() local 166 pacl = kmalloc(size, GFP_KERNEL); in cifs_xattr_set() 167 if (!pacl) { in cifs_xattr_set() 170 memcpy(pacl, value, size); in cifs_xattr_set() 190 rc = pTcon->ses->server->ops->set_acl(pacl, in cifs_xattr_set() 197 kfree(pacl); in cifs_xattr_set() 337 struct cifs_ntsd *pacl; in cifs_xattr_get() local 349 if (IS_ERR(pacl)) { in cifs_xattr_get() 350 rc = PTR_ERR(pacl); in cifs_xattr_get() 358 memcpy(value, pacl, acllen); in cifs_xattr_get() [all …]
|
| /linux/fs/9p/ |
| A D | acl.c | 51 struct posix_acl *pacl, *dacl; in v9fs_get_acl() local 63 pacl = __v9fs_get_acl(fid, XATTR_NAME_POSIX_ACL_ACCESS); in v9fs_get_acl() 65 if (!IS_ERR(dacl) && !IS_ERR(pacl)) { in v9fs_get_acl() 67 set_cached_acl(inode, ACL_TYPE_ACCESS, pacl); in v9fs_get_acl() 74 if (!IS_ERR(pacl)) in v9fs_get_acl() 75 posix_acl_release(pacl); in v9fs_get_acl() 183 struct posix_acl **dpacl, struct posix_acl **pacl) in v9fs_acl_mode() argument 203 *pacl = acl; in v9fs_acl_mode()
|
| A D | vfs_inode_dotl.c | 243 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local 284 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl() 315 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_atomic_open_dotl() 351 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl() 385 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local 406 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl() 435 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl() 450 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl() 458 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl() 843 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local [all …]
|
| A D | acl.h | 17 struct posix_acl **dpacl, struct posix_acl **pacl); 42 struct posix_acl **pacl) in v9fs_acl_mode() argument
|
| /linux/fs/nfs_common/ |
| A D | nfsacl.c | 337 struct posix_acl **pacl) in nfsacl_decode() argument 342 .xcode = pacl ? xdr_nfsace_decode : NULL, in nfsacl_decode() 355 if (pacl) { in nfsacl_decode() 361 *pacl = nfsacl_desc.acl; in nfsacl_decode() 384 struct posix_acl **pacl) in nfs_stream_decode_acl() argument 390 .xcode = pacl ? xdr_nfsace_decode : NULL, in nfs_stream_decode_acl() 408 if (pacl) { in nfs_stream_decode_acl() 414 *pacl = nfsacl_desc.acl; in nfs_stream_decode_acl()
|
| /linux/include/linux/ |
| A D | nfsacl.h | 40 struct posix_acl **pacl); 43 struct posix_acl **pacl);
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_acl_tcam.c | 673 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_enable() 684 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pacl), pacl_pl); in mlxsw_sp_acl_tcam_region_disable()
|
| A D | reg.h | 2402 MLXSW_REG_DEFINE(pacl, MLXSW_REG_PACL_ID, MLXSW_REG_PACL_LEN); 2409 MLXSW_ITEM32(reg, pacl, v, 0x00, 24, 1); 2416 MLXSW_ITEM32(reg, pacl, acl_id, 0x08, 0, 16); 2425 MLXSW_ITEM_BUF(reg, pacl, tcam_region_info, 0x30, 2431 MLXSW_REG_ZERO(pacl, payload); in mlxsw_reg_pacl_pack() 12404 MLXSW_REG(pacl),
|
Completed in 45 milliseconds