Searched refs:acl (Results 76 - 100 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c533 new_acl = e_mr->acl;
631 ehca_mrmw_reverse_map_acl(&hipzout.acl, &mr_attr->mr_access_flags);
904 e_fmr->acl, e_pd, &pginfo, &tmp_lkey, &tmp_rkey);
1025 int acl,
1037 ehca_mrmw_map_acl(acl, &hipz_acl);
1070 e_mr->acl = acl;
1079 "iova_start=%p size=%llx acl=%x e_pd=%p lkey=%x "
1081 h_ret, shca, e_mr, iova_start, size, acl, e_pd,
1090 "iova_start=%p size=%llx acl
1021 ehca_reg_mr(struct ehca_shca *shca, struct ehca_mr *e_mr, u64 *iova_start, u64 size, int acl, struct ehca_pd *e_pd, struct ehca_mr_pginfo *pginfo, u32 *lkey, u32 *rkey, enum ehca_reg_type reg_type) argument
1197 ehca_rereg_mr_rereg1(struct ehca_shca *shca, struct ehca_mr *e_mr, u64 *iova_start, u64 size, u32 acl, struct ehca_pd *e_pd, struct ehca_mr_pginfo *pginfo, u32 *lkey, u32 *rkey) argument
1288 ehca_rereg_mr(struct ehca_shca *shca, struct ehca_mr *e_mr, u64 *iova_start, u64 size, int acl, struct ehca_pd *e_pd, struct ehca_mr_pginfo *pginfo, u32 *lkey, u32 *rkey) argument
1471 ehca_reg_smr(struct ehca_shca *shca, struct ehca_mr *e_origmr, struct ehca_mr *e_newmr, u64 *iova_start, int acl, struct ehca_pd *e_pd, u32 *lkey, u32 *rkey) argument
1687 ehca_reg_maxmr(struct ehca_shca *shca, struct ehca_mr *e_newmr, u64 *iova_start, int acl, struct ehca_pd *e_pd, u32 *lkey, u32 *rkey) argument
[all...]
H A Dehca_classes.h278 int acl; /* ACL (stored here for usage in reregister) */ member in struct:ehca_mr
343 u32 acl; member in struct:ehca_mr_hipzout_parms
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dxattr.c678 struct posix_acl *acl; local
688 acl = posix_acl_from_xattr(value, value_len);
689 if (IS_ERR(acl)) {
690 rc = PTR_ERR(acl);
695 if (acl) {
697 rc = posix_acl_equiv_mode(acl, &mode);
698 posix_acl_release(acl);
715 acl = posix_acl_from_xattr(value, value_len);
716 if (IS_ERR(acl)) {
717 rc = PTR_ERR(acl);
[all...]
H A Dnamei.c420 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) {
422 txEA(tid, ip, &JFS_IP(ip)->acl, NULL);
424 JFS_IP(ip)->acl.flag = 0;
670 if (JFS_IP(ip)->acl.flag & DXD_EXTENT)
672 txEA(tid, ip, &JFS_IP(ip)->acl, NULL);
744 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) {
745 s64 xaddr = addressDXD(&JFS_IP(ip)->acl);
746 int xlen = lengthDXD(&JFS_IP(ip)->acl);
750 invalidate_dxd_metapages(ip, JFS_IP(ip)->acl);
H A Djfs_incore.h44 dxd_t acl; /* dxd describing acl */ member in struct:jfs_inode_info
H A Djfs_inode.c139 memset(&jfs_inode->acl, 0, sizeof(dxd_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_solarisacl.c25 /* typedef struct acl SOLARIS_ACE_T; */
31 /* for convenience: check if solaris acl entry is a default entry? */
55 static BOOL solaris_acl_sort(SOLARIS_ACL_T acl, int count);
80 DEBUGADD(10, ("getting %s acl\n",
119 * access acl. So we need to filter this out here.
150 DEBUG(10, ("invalid smb acl type given (%d).\n", type));
153 DEBUGADD(10, ("setting %s acl\n",
164 * since the solaris acl call stores both the access acl and
165 * the default acl a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rx.c87 { 131, "fetch-acl" },
90 { 134, "store-acl" },
1067 int pos, neg, acl; local
1087 #define ACLOUT(acl) \
1088 if (acl & PRSFS_READ) \
1090 if (acl & PRSFS_LOOKUP) \
1092 if (acl & PRSFS_INSERT) \
1094 if (acl & PRSFS_DELETE) \
1096 if (acl & PRSFS_WRITE) \
1098 if (acl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_frontend.c78 SEC_ACL *acl; local
94 if ( !(acl = make_sec_acl(ctx, NT4_ACL_REVISION, i, ace)) )
97 if ( !(sd = make_sec_desc(ctx, SEC_DESC_REVISION, SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL, acl, &sd_size)) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Dislpci_dev.h106 struct islpci_acl acl; member in struct:__anon13847
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dsmux.h91 u_short acl; member in struct:variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c506 struct nfs4_acl *acl)
525 host_error = nfs4_acl_nfsv4_to_posix(acl, &pacl, &dpacl, flags);
567 nfsd4_get_nfs4_acl(struct svc_rqst *rqstp, struct dentry *dentry, struct nfs4_acl **acl) argument
595 *acl = nfs4_acl_posix_to_nfsv4(pacl, dpacl, flags);
596 if (IS_ERR(*acl)) {
597 error = PTR_ERR(*acl);
598 *acl = NULL;
2189 struct posix_acl *acl; local
2209 acl = posix_acl_from_xattr(value, size);
2211 return acl;
505 nfsd4_set_nfs4_acl(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfs4_acl *acl) argument
2215 nfsd_set_posix_acl(struct svc_fh *fhp, int type, struct posix_acl *acl) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dxattr.c878 struct posix_acl *acl; local
881 acl = reiserfs_get_acl(inode, ACL_TYPE_ACCESS);
883 if (acl) {
884 if (!IS_ERR(acl)) {
885 error = posix_acl_permission(inode, acl, mask);
886 posix_acl_release(acl);
887 } else if (PTR_ERR(acl) != -ENODATA)
888 error = PTR_ERR(acl);
1045 /* The super_block MS_POSIXACL must mirror the (no)acl mount option. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dmkrelease.sh11 # entire package with quota support and acl support.
55 ./configure --prefix=/usr/samba --sbindir=/usr/samba/bin --mandir=/usr/share/catman --with-acl-support --with-quotas --with-smbwrapper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c35 #include <atalk/acl.h>
403 /* set acl on .AppleDouble dir first */
404 if ((acl(buf, cmd, count, aces)) != 0)
407 if ((acl(vol->ad_path(path, ADFLAGS_DIR), cmd, count, aces)) != 0)
411 if ((acl(vol->ad_path(path, ADFLAGS_HF), cmd, count, aces)) != 0)
454 /* set acl on .AppleDouble dir first */
455 EC_ZERO_LOG(acl_set_file(buf, type, acl));
459 EC_ZERO_LOG(acl_set_file(vol->ad_path(path, ADFLAGS_DIR), type, acl));
462 EC_ZERO_LOG(acl_set_file(vol->ad_path(path, ADFLAGS_HF), type, acl));
974 VFS_MFUNC(acl, VFS_FUNC_ARGS_AC
[all...]
H A DMakefile.in57 @HAVE_ACLS_TRUE@am__append_1 = acl.c
94 am__libvfs_la_SOURCES_DIST = vfs.c unix.c ea.c sys_ea.c ea_sys.c acl.c
95 @HAVE_ACLS_TRUE@am__objects_1 = acl.lo
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysacls.c68 *entry_p = &acl_d->acl[acl_d->next++];
150 struct smb_acl_entry *ap = &acl_d->acl[i];
243 * acl[] array, this actually allocates an ACL with room
275 entry_d = &acl_d->acl[acl_d->count++];
357 * statically-bound acl vfs module, but they are replacable.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsharesec.c285 SEC_ACL *acl; local
313 if ( !(acl = make_sec_acl( mem_ctx, NT4_ACL_REVISION, num_ace, ace )) )
317 NULL, NULL, NULL, acl, sd_size);
406 fprintf( stderr, "Failed to parse acl\n");
477 fprintf( stderr, "Failed to store acl for share [%s]\n", sharename );
501 { "modify", 'm', POPT_ARG_STRING, &the_acl, 'm', "Modify an acl", "ACL" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dunix.c43 #include <atalk/acl.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_util.c52 #include <sys/acl.h>
57 #include <sys/acl.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_svcctl_nt.c147 SEC_ACL *acl; local
163 if ( !(acl = make_sec_acl(ctx, NT4_ACL_REVISION, i, ace)) )
166 if ( !(sd = make_sec_desc(ctx, SEC_DESC_REVISION, SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL, acl, &sd_size)) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/services/
H A Dservices_db.c96 SEC_ACL *acl; local
113 if ( !(acl = make_sec_acl(ctx, NT4_ACL_REVISION, i, ace)) )
116 if ( !(sd = make_sec_desc(ctx, SEC_DESC_REVISION, SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL, acl, &sd_size)) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_event.c525 BT_DBG("%s acl mtu %d:%d sco mtu %d:%d", hdev->name,
597 struct hci_conn *acl, *sco; local
615 acl = hci_conn_hash_lookup_handle(hdev, handle);
616 if (acl && (sco = acl->link)) {
742 struct hci_conn *acl, *sco; local
760 acl = hci_conn_hash_lookup_handle(hdev, handle);
761 if (acl && (sco = acl->link)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4proc.c3292 static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl) argument
3298 nfsi->nfs4_acl = acl;
3310 struct nfs4_cached_acl *acl; local
3314 acl = nfsi->nfs4_acl;
3315 if (acl == NULL)
3319 if (acl->cached == 0)
3322 if (acl->len > buflen)
3324 memcpy(buf, acl->data, acl->len);
3326 ret = acl
3334 struct nfs4_cached_acl *acl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/ndr/
H A Dndr_sec_helper.c48 size_t ndr_size_security_acl(const struct security_acl *acl, int flags) argument
52 if (!acl) return 0;
54 for (i=0;i<acl->num_aces;i++) {
55 ret += ndr_size_security_ace(&acl->aces[i], flags);

Completed in 314 milliseconds

1234567