Home | History | Annotate | Download | only in mount_umap

Lines Matching refs:statbuf

103 	struct stat statbuf;
156 if (fstat(fileno(fp), &statbuf))
158 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
159 strmode(statbuf.st_mode, buf);
163 if (statbuf.st_uid != ROOTUSER)
204 if (fstat(fileno(gfp), &statbuf))
206 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
207 strmode(statbuf.st_mode, buf);
211 if (statbuf.st_uid != ROOTUSER)