Searched refs:nfs_get_option_ul (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/fs/nfs/ |
| D | super.c | 1176 static int nfs_get_option_ul(substring_t args[], unsigned long *option) in nfs_get_option_ul() function 1332 if (nfs_get_option_ul(args, &option) || in nfs_parse_mount_options() 1338 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1343 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1348 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1353 if (nfs_get_option_ul(args, &option) || option == 0) in nfs_parse_mount_options() 1358 if (nfs_get_option_ul(args, &option) || option == 0) in nfs_parse_mount_options() 1363 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1368 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1373 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() [all …]
|