Home
last modified time | relevance | path

Searched refs:wdog_pid (Results 1 – 2 of 2) sorted by relevance

/fs/ncpfs/
Dinode.c335 if (server->m.wdog_pid != NULL) in ncp_show_options()
336 seq_printf(seq, ",wdogpid=%u", pid_vnr(server->m.wdog_pid)); in ncp_show_options()
366 data->wdog_pid = NULL; in ncp_parse_options()
407 data->wdog_pid = find_get_pid(optint); in ncp_parse_options()
428 put_pid(data->wdog_pid); in ncp_parse_options()
429 data->wdog_pid = NULL; in ncp_parse_options()
448 data.wdog_pid = NULL; in ncp_fill_super()
465 data.wdog_pid = find_get_pid(md->wdog_pid); in ncp_fill_super()
485 data.wdog_pid = find_get_pid(md->wdog_pid); in ncp_fill_super()
729 put_pid(data.wdog_pid); in ncp_fill_super()
[all …]
/fs/
Dcompat.c598 compat_pid_t wdog_pid; member
613 compat_long_t wdog_pid; member
636 n->wdog_pid = c_n->wdog_pid; in do_ncp_super_data_conv()
649 n->wdog_pid = c_n->wdog_pid; in do_ncp_super_data_conv()