Searched refs:issysattr (Results 1 – 1 of 1) sorted by relevance
467 static int xblocks(int issysattr, off_t bytes, int ofile);468 static int xsfile(int issysattr, int ofd);3875 xblocks(int issysattr, off_t bytes, int ofile) in xblocks() argument3898 if (issysattr || (bytes <= TBLOCK)) { in xblocks()3953 if ((saveerrno == EPERM) && issysattr) { in xblocks()3999 xsfile(int issysattr, int ofd) in xsfile() argument4052 if (xblocks(issysattr, bytes, ofd) != 0) { in xsfile()4199 int issysattr; in dotable() local4213 issysattr = is_sysattr(bn); in dotable()4217 issysattr ? gettext("system ") : "", in dotable()