Lines Matching defs:force
140 bool force:1;
738 /* If force (= modify) is set, we will not modify the acl
741 r = parse_acl(item->argument, &item->acl_access, &item->acl_default, !item->force);
822 r = path_set_acl(fn, path, ACL_TYPE_ACCESS, item->acl_access, item->force);
825 r = path_set_acl(fn, path, ACL_TYPE_DEFAULT, item->acl_default, item->force);
1320 if (i->force) {
1365 if (i->force) {
1424 if (i->force) {
1817 bool force = false, boot = false;
1855 else if (action[pos] == '+' && !force)
1856 force = true;
1871 i.force = force;