HomeSort by: relevance | last modified time | path
    Searched refs:fc_mntflags (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/filecorefs/
filecore_extern.h 93 int fc_mntflags; member in struct:filecore_mnt
filecore_utils.c 200 (ip->i_mnt->fc_mntflags & FILECOREMNT_OWNREAD) ||
203 if (ip->i_mnt->fc_mntflags & FILECOREMNT_ALLACCESS) {
207 } else if (ip->i_mnt->fc_mntflags & FILECOREMNT_OWNACCESS) {
319 if (ip->i_mnt->fc_mntflags & FILECOREMNT_FILETYPE) {
filecore_vfsops.c 240 args->flags = fcmp->fc_mntflags;
400 fcmp->fc_mntflags = argp->flags;

Completed in 12 milliseconds