Lines Matching refs:options
54 static int __init hostfs_args(char *options, int *add) in hostfs_args() argument
58 ptr = strchr(options, ','); in hostfs_args()
61 if (*options != '\0') in hostfs_args()
62 root_ino = options; in hostfs_args()
64 options = ptr; in hostfs_args()
65 while (options) { in hostfs_args()
66 ptr = strchr(options, ','); in hostfs_args()
69 if (*options != '\0') { in hostfs_args()
70 if (!strcmp(options, "append")) in hostfs_args()
73 options); in hostfs_args()
75 options = ptr; in hostfs_args()