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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_classes.h185 int acl; /* ACL (stored here for usage in reregister) */ member in struct:ehca_mr
249 u32 acl; member in struct:ehca_mr_hipzout_parms
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dxattr.c1263 /* The super_block MS_POSIXACL must mirror the (no)acl mount option. */
1273 struct posix_acl *acl; local
1279 acl = reiserfs_get_acl(inode, ACL_TYPE_ACCESS);
1284 if (acl) {
1285 if (!IS_ERR(acl)) {
1286 error = posix_acl_permission(inode, acl, mask);
1287 posix_acl_release(acl);
1288 } else if (PTR_ERR(acl) != -ENODATA)
1289 error = PTR_ERR(acl);
H A Dsuper.c570 struct posix_acl *acl; local
572 acl = REISERFS_I(inode)->i_acl_access;
573 if (acl && !IS_ERR(acl))
574 posix_acl_release(acl);
577 acl = REISERFS_I(inode)->i_acl_default;
578 if (acl && !IS_ERR(acl))
579 posix_acl_release(acl);
886 {"acl",
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/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));
964 VFS_MFUNC(acl, VFS_FUNC_ARGS_AC
[all...]
H A DMakefile.in38 @HAVE_ACLS_TRUE@am__append_1 = acl.c
69 am__libvfs_la_SOURCES_DIST = vfs.c unix.c ea.c sys_ea.c ea_sys.c acl.c
70 @HAVE_ACLS_TRUE@am__objects_1 = acl.lo
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl.Plo@am__quote@
H A Dunix.c24 #include <atalk/acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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@
H A Dunix.c24 #include <atalk/acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dnamei.c410 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) {
412 txEA(tid, ip, &JFS_IP(ip)->acl, NULL);
414 JFS_IP(ip)->acl.flag = 0;
659 if (JFS_IP(ip)->acl.flag & DXD_EXTENT)
661 txEA(tid, ip, &JFS_IP(ip)->acl, NULL);
733 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) {
734 s64 xaddr = addressDXD(&JFS_IP(ip)->acl);
735 int xlen = lengthDXD(&JFS_IP(ip)->acl);
739 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.c145 memset(&jfs_inode->acl, 0, sizeof(dxd_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dprofiles.c503 static void process_acl(ACL *acl, const char *prefix) argument
508 ace_cnt = IVAL(&acl->num_aces, 0);
509 ace = (ACE *)&acl->aces;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c242 struct nfs4_acl **acl)
282 *acl = nfs4_acl_new(nace);
283 if (*acl == NULL) {
287 defer_free(argp, kfree, *acl);
289 (*acl)->naces = nace;
290 for (ace = (*acl)->aces; ace < (*acl)->aces + nace; ace++) {
313 *acl = NULL;
1418 struct nfs4_acl *acl = NULL; local
1449 err = nfsd4_get_nfs4_acl(rqstp, dentry, &acl);
241 nfsd4_decode_fattr(struct nfsd4_compoundargs *argp, u32 *bmval, struct iattr *iattr, struct nfs4_acl **acl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dunix.c43 #include <atalk/acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/
H A DMakefile6 --without-acl-support \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_util.c52 #include <sys/acl.h>
57 #include <sys/acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_util.c52 #include <sys/acl.h>
57 #include <sys/acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c2486 static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl) argument
2492 nfsi->nfs4_acl = acl;
2504 struct nfs4_cached_acl *acl; local
2508 acl = nfsi->nfs4_acl;
2509 if (acl == NULL)
2513 if (acl->cached == 0)
2516 if (acl->len > buflen)
2518 memcpy(buf, acl->data, acl->len);
2520 ret = acl
2528 struct nfs4_cached_acl *acl; local
[all...]
H A Dnfs3xdr.c1067 struct posix_acl **acl; local
1079 acl = (res->mask & NFS_ACL) ? &res->acl_access : NULL;
1081 err = nfsacl_decode(buf, base, aclcnt, acl);
1083 acl = (res->mask & NFS_DFACL) ? &res->acl_default : NULL;
1086 err = nfsacl_decode(buf, base + err, aclcnt, acl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf63 nt acl support = No
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Solaris/
H A Dmakepkg.sh121 --with-acl-support \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A DMakefile2 # libatalk/acl/Makefile. Generated from Makefile.in by configure.
17 # Makefile.am for libatalk/acl/
41 subdir = libatalk/acl
217 abs_builddir = ${TIMEMACHINE_PATH}/netatalk-2.2.0/libatalk/acl
218 abs_srcdir = ${TIMEMACHINE_PATH}/netatalk-2.2.0/libatalk/acl
290 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/acl/Makefile'; \
292 $(AUTOMAKE) --foreign libatalk/acl/Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A DMakefile2 # libatalk/acl/Makefile. Generated from Makefile.in by configure.
18 # Makefile.am for libatalk/acl/
60 subdir = libatalk/acl
258 abs_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl
259 abs_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl
334 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/acl/Makefile'; \
336 $(AUTOMAKE) --foreign libatalk/acl/Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/
H A DMakefile.in282 SUBDIRS = acl adouble asp atp bstring compat cnid dsi nbp netddp tdb util unicode vfs
286 acl/libacl.la \
301 acl/libacl.la \

Completed in 162 milliseconds

1234567