Searched refs:acl (Results 26 - 50 of 159) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dunix.c30 #include <sys/acl.h>
35 #include <atalk/acl.h>
49 /* Only call acl() for regular files and directories, otherwise just return 0 */
64 if ((ace_count = acl(name, ACE_GETACLCNT, 0, NULL)) == 0) {
70 LOG(log_debug, logtype_afpd, "get_nfsv4_acl: acl('%s/%s', ACE_GETACLCNT): ace_count %i, error: %s",
81 if ( (acl(name, ACE_GETACL, ace_count, aces)) == -1 ) {
82 LOG(log_error, logtype_afpd, "get_nfsv4_acl: acl(ACE_GETACL) error");
254 if ((ret = acl(name, ACE_SETACL, noaces + nnaces, cacl)) != 0) {
256 LOG(log_error, logtype_afpd, "nfsv4_chmod: error setting acl: %s", strerror(errno));
260 ret = acl(nam
302 acl_t acl; local
409 acl_t acl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/
H A DMakefile.am4 SUBDIRS = acl adouble asp atp bstring compat cnid dsi nbp netddp tdb util unicode vfs
11 acl/libacl.la \
26 acl/libacl.la \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/
H A DMakefile.am4 SUBDIRS = acl adouble bstring compat cnid dsi tdb util unicode vfs
11 acl/libacl.la \
22 acl/libacl.la \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs3acl.c35 struct posix_acl *acl; local
47 acl = nfsd_get_posix_acl(fh, ACL_TYPE_ACCESS);
48 if (IS_ERR(acl)) {
49 int err = PTR_ERR(acl);
52 acl = NULL;
58 if (acl == NULL) {
62 acl = posix_acl_from_mode(inode->i_mode, GFP_KERNEL);
64 resp->acl_access = acl;
70 acl = nfsd_get_posix_acl(fh, ACL_TYPE_DEFAULT);
71 if (IS_ERR(acl)) {
[all...]
H A Dnfs2acl.c37 struct posix_acl *acl; local
40 dprintk("nfsd: GETACL(2acl) %s\n", SVCFH_fmt(&argp->fh));
51 acl = nfsd_get_posix_acl(fh, ACL_TYPE_ACCESS);
52 if (IS_ERR(acl)) {
53 int err = PTR_ERR(acl);
56 acl = NULL;
62 if (acl == NULL) {
66 acl = posix_acl_from_mode(inode->i_mode, GFP_KERNEL);
68 resp->acl_access = acl;
74 acl
[all...]
H A Dnfs4acl.c2 * fs/nfs4acl/acl.c
143 struct nfs4_acl *acl; local
158 acl = nfs4_acl_new(size);
159 if (acl == NULL)
163 _posix_to_nfsv4_one(pacl, acl, flags & ~NFS4_ACL_TYPE_DEFAULT);
166 _posix_to_nfsv4_one(dpacl, acl, flags | NFS4_ACL_TYPE_DEFAULT);
168 return acl;
181 summarize_posix_acl(struct posix_acl *acl, struct posix_acl_summary *pas) argument
188 pe = acl->a_entries + acl
220 _posix_to_nfsv4_one(struct posix_acl *pacl, struct nfs4_acl *acl, unsigned int flags) argument
694 nfs4_acl_nfsv4_to_posix(struct nfs4_acl *acl, struct posix_acl **pacl, struct posix_acl **dpacl, unsigned int flags) argument
776 struct nfs4_acl *acl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb_acls.h110 struct acl acl[1]; member in struct:SMB_ACL_T
113 typedef struct acl *SMB_ACL_ENTRY_T;
151 struct acl acl[1]; member in struct:SMB_ACL_T
154 typedef struct acl *SMB_ACL_ENTRY_T;
183 struct acl *aclp;
198 #include <acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl-internal.h20 #include "acl.h"
26 # include <acl/libacl.h>
63 # define acl_set_fd(fd, acl) (-1)
H A DMakefile.gnulib33 ## begin gnulib module acl
36 EXTRA_DIST += acl-internal.h acl.c acl.h acl_entries.c file-has-acl.c
38 EXTRA_libgettextlib_la_SOURCES += acl.c acl_entries.c file-has-acl.c
40 ## end gnulib module acl
542 # Need @LIB_ACL@ because copy-file.c uses acl.h.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dacl.h27 #include <sys/acl.h>
42 #include <sys/acl.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs4_acl.h49 int nfs4_acl_permission(struct nfs4_acl *acl, uid_t owner, gid_t group,
H A Dposix_acl_xattr.h56 int posix_acl_to_xattr(const struct posix_acl *acl, void *buffer, size_t size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_acl.c210 void *acl,
216 posix_acl_xattr_header *ext_acl = acl;
281 void *acl,
285 posix_acl_xattr_header *ext_acl = acl;
290 if (!acl)
339 xfs_acl_t *acl; local
342 if (!(_ACL_ALLOC(acl)))
348 (char *)acl, &rval, ATTR_ROOT | ATTR_KERNACCESS, cr)) {
349 _ACL_FREE(acl);
352 xfs_acl_get_endian(acl);
208 xfs_acl_vget( bhv_vnode_t *vp, void *acl, size_t size, int kind) argument
279 xfs_acl_vset( bhv_vnode_t *vp, void *acl, size_t size, int kind) argument
756 xfs_acl_setmode( bhv_vnode_t *vp, xfs_acl_t *acl, int *basicperms) argument
845 xfs_acl_sync_mode( mode_t mode, xfs_acl_t *acl) argument
889 xfs_acl_filter_mode( mode_t mode, xfs_acl_t *acl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.h49 int acl,
76 int acl,
88 int acl,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A DMakefile11 ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A DMakefile11 ext3-$(CONFIG_EXT3_FS_POSIX_ACL) += acl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A DMakefile12 ext4dev-$(CONFIG_EXT4DEV_FS_POSIX_ACL) += acl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A DMakefile14 jfs-$(CONFIG_JFS_POSIX_ACL) += acl.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_common.h62 BOOL py_from_ACL(PyObject **dict, SEC_ACL *acl);
63 BOOL py_to_ACL(SEC_ACL *acl, PyObject *dict, TALLOC_CTX *mem_ctx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_afsacl.c66 static BOOL init_afs_acl(struct afs_acl *acl) argument
68 ZERO_STRUCT(*acl);
69 acl->ctx = talloc_init("afs_acl");
70 if (acl->ctx == NULL) {
77 static void free_afs_acl(struct afs_acl *acl) argument
79 if (acl->ctx != NULL)
80 talloc_destroy(acl->ctx);
81 acl->ctx = NULL;
82 acl->num_aces = 0;
83 acl
194 add_afs_ace(struct afs_acl *acl, BOOL positive, const char *name, uint32 rights) argument
234 parse_afs_acl(struct afs_acl *acl, const char *acl_str) argument
297 unparse_afs_acl(struct afs_acl *acl, char *acl_str) argument
398 split_afs_acl(struct afs_acl *acl, struct afs_acl *dir_acl, struct afs_acl *file_acl) argument
786 afs_get_afs_acl(char *filename, struct afs_acl *acl) argument
823 struct afs_acl acl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c281 ACL *acl; local
317 acl = (ACL *)((u8 *)sid + sizeof(SID) + 4);
318 acl->revision = 2;
319 acl->size = cpu_to_le16(sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE));
320 acl->ace_count = cpu_to_le16(1);
321 sd->dacl = cpu_to_le32((u8 *)acl - (u8 *)sd);
323 ace = (ACCESS_ALLOWED_ACE *)((u8 *)acl + sizeof(ACL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c410 *entry_p = &acl_d->acl[acl_d->next++];
479 while ((count = acl(path_p, GETACL, count, &acl_d->acl[0])) < 0
484 if ((count = acl(path_p, GETACLCNT, 0, NULL)) < 0) {
501 * Note: we assume that the acl() system call returned a
506 if (acl_d->acl[naccess].a_type & ACL_DEFAULT)
513 * the entries down to the start of the acl[] buffer
520 acl_d->acl[i] = acl_d->acl[j];
521 acl_d->acl[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_conn.c224 struct hci_conn *acl = conn->link; local
225 if (acl) {
226 acl->link = NULL;
227 hci_conn_put(acl);
302 struct hci_conn *acl; local
306 if (!(acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst))) {
307 if (!(acl = hci_conn_add(hdev, ACL_LINK, dst)))
311 hci_conn_hold(acl);
313 if (acl->state == BT_OPEN || acl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_cp.c904 acl_t acl;
930 acl = acl_get_fd_np(source_fd, acl_type);
931 if (acl == NULL) {
932 warn("failed to get acl entries while setting %s", to.p_path);
935 if (acl_is_trivial_np(acl, &trivial)) {
937 acl_free(acl);
941 acl_free(acl);
944 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
945 warn("failed to set acl entries for %s", to.p_path);
946 acl_free(acl);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A DMakefile2 gfs2-y := acl.o bmap.o daemon.o dir.o eaops.o eattr.o glock.o \

Completed in 521 milliseconds

1234567