Searched refs:nfs_get_option_ul (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | super.c | 1173 static int nfs_get_option_ul(substring_t args[], unsigned long *option) in nfs_get_option_ul() function 1192 ret = nfs_get_option_ul(args, option); in nfs_get_option_ul_bound() 1342 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)) in nfs_parse_mount_options() 1358 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() 1378 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1383 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() 1388 if (nfs_get_option_ul(args, &option)) in nfs_parse_mount_options() [all …]
|