Lines Matching refs:options
46 static int __init hostfs_args(char *options, int *add) in hostfs_args() argument
50 ptr = strchr(options, ','); in hostfs_args()
53 if (*options != '\0') in hostfs_args()
54 root_ino = options; in hostfs_args()
56 options = ptr; in hostfs_args()
57 while (options) { in hostfs_args()
58 ptr = strchr(options, ','); in hostfs_args()
61 if (*options != '\0') { in hostfs_args()
62 if (!strcmp(options, "append")) in hostfs_args()
65 options); in hostfs_args()
67 options = ptr; in hostfs_args()