Home
last modified time | relevance | path

Searched refs:ncp_open_create_file_or_subdir (Results 1 – 4 of 4) sorted by relevance

/fs/ncpfs/
Dfile.c57 result = ncp_open_create_file_or_subdir(NCP_SERVER(inode), in ncp_make_open()
66 result = ncp_open_create_file_or_subdir(NCP_SERVER(inode), in ncp_make_open()
72 result = ncp_open_create_file_or_subdir(NCP_SERVER(inode), in ncp_make_open()
Dncplib_kernel.h84 int ncp_open_create_file_or_subdir(struct ncp_server *, struct inode *, char *,
Ddir.c909 result = ncp_open_create_file_or_subdir(server, dir, __name, in ncp_create_new()
914 result = ncp_open_create_file_or_subdir(server, dir, __name, in ncp_create_new()
971 if (ncp_open_create_file_or_subdir(server, dir, __name, in ncp_mkdir()
Dncplib_kernel.c767 int ncp_open_create_file_or_subdir(struct ncp_server *server, in ncp_open_create_file_or_subdir() function