Searched refs:ACL_DEFAULT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dacl.c32 #define ACL_DEFAULT 0 macro
214 error = acl_get(dip, ACL_DEFAULT, &acl, NULL,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c506 if (acl_d->acl[naccess].a_type & ACL_DEFAULT)
514 * and mask out the ACL_DEFAULT flag from the type field
521 acl_d->acl[i].a_type &= ~ACL_DEFAULT;
566 if (acl_d->acl[naccess].a_type & ACL_DEFAULT)
910 * set the ACL_DEFAULT flag on the default entries
913 acl_buf[i].a_type |= ACL_DEFAULT;
1159 if (acl_d->acl[naccess].a_type & ACL_DEFAULT)
1167 * and mask out the ACL_DEFAULT flag from the type field
1174 acl_d->acl[i].a_type &= ~ACL_DEFAULT;
1843 * set the ACL_DEFAULT fla
[all...]

Completed in 92 milliseconds