Searched defs:xacl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c1639 acl_t *xacl = NULL; local
1745 ACL_NO_TRIVIAL, &xacl)) != 0) {
1760 if ((pflg || mve) && xacl != NULL) {
1761 if ((facl_set(targattrfd, xacl)) < 0) {
1769 acl_free(xacl);
1770 xacl = NULL;
1830 if (xacl && ((facl_set(targattrfd, xacl)) < 0)) {
1838 acl_free(xacl);
1839 xacl
[all...]

Completed in 46 milliseconds