Searched refs:vfs_options (Results 1 – 1 of 1) sorted by relevance
668 char vfs_options[VFS_LINE_MAX], *optptr; in hasopt() local671 (void) strcpy(vfs_options, "ro"); in hasopt()673 (void) strcpy(vfs_options, options); in hasopt()676 while (optptr = strrchr(vfs_options, ',')) { in hasopt()684 if (strcmp(vfs_options, keyword) == 0) in hasopt()