Searched refs:MNTTYPE_CACHEFS (Results 1 – 5 of 5) sorted by relevance
46 #define MNTTYPE_CACHEFS "cachefs" /* Cache File System */ macro
1143 #ifndef MNTTYPE_CACHEFS in issue_cod()1144 #define MNTTYPE_CACHEFS "cachefs" in issue_cod() macro1165 mtpref.mnt_fstype = MNTTYPE_CACHEFS; in issue_cod()
616 if (strcmp(fstype, MNTTYPE_CACHEFS) == 0) { in set_mapent_opts()632 (void) strcpy(mounter, MNTTYPE_CACHEFS); in set_mapent_opts()735 if (strcmp(pushfstype, MNTTYPE_CACHEFS) == 0) in fstype_opts()2001 if (strcmp(fstype, MNTTYPE_CACHEFS) == 0) {2016 (void) strcpy(mounter, MNTTYPE_CACHEFS);
100 #define MNTTYPE_CACHEFS "cachefs" macro281 cached = strcmp(me->map_mounter, MNTTYPE_CACHEFS) == 0; in mount_nfs()1213 last_error = mount_generic(remname, MNTTYPE_CACHEFS, in nfsmount()
1132 if (strcmp(m.mnt_fstype, MNTTYPE_CACHEFS) != 0) in mi_print()