Searched refs:vfsname (Results 1 – 3 of 3) sorted by relevance
41 checkvfsname(const char *vfsname, const char **vfslist) in checkvfsname() argument47 if (strcmp(vfsname, *vfslist) == 0) in checkvfsname()
484 isremountable(const char *vfsname) in isremountable() argument489 if (strcmp(*cp, vfsname) == 0) in isremountable()495 allow_file_mount(const char *vfsname) in allow_file_mount() argument498 if (strcmp(vfsname, "nullfs") == 0) in allow_file_mount()
69 static int checkvfsname(const char *vfsname, const char **vfslist, int skip);326 checkvfsname(const char *vfsname, const char **vfslist, int skip) in checkvfsname() argument332 if (strcmp(vfsname, *vfslist) == 0) in checkvfsname()