Lines Matching defs:perm
1672 int perm;
1689 perm = ntfs_build_permissions((const char*)attr, usid, gsid, isdir);
1690 if (perm < 0) {
1694 return (perm);
3169 mode_t perm;
3210 for (perm=0; (perm<=07777) && (errors < 10); perm++) {
3213 attr = ntfs_build_descr(perm,isdir,owner,(const SID*)group);
3227 if (!pxdesc || (pxdesc->mode != perm)) {
3250 if (gotback != perm)
3261 if (gotback != perm)
3272 "for kind %d perm %03o\n",kind,perm);
3286 "for kind %d perm %03o\n",kind,perm);
3292 "kind %d perm 0%03o, gotback %03o\n",
3293 kind, perm, gotback);
3312 "kind %d perm 0%03o, gotback %03o\n",
3313 kind, perm, gotback);