Searched refs:nfs_get_option_ul (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | super.c | 1173 static int nfs_get_option_ul(substring_t args[], unsigned long *option) in nfs_get_option_ul() function 1329 if (nfs_get_option_ul(args, &option) || in nfs_parse_mount_options() 1335 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1340 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1345 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1350 if (nfs_get_option_ul(args, &option) || option == 0) in nfs_parse_mount_options() 1355 if (nfs_get_option_ul(args, &option) || option == 0) in nfs_parse_mount_options() 1360 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1365 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1370 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() [all …]
|