Home
last modified time | relevance | path

Searched refs:ncp_del_file_or_subdir (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ncpfs/
Dncplib_kernel.h82 int ncp_del_file_or_subdir(struct ncp_server *, struct inode *, const char *);
Dncplib_kernel.c743 ncp_del_file_or_subdir(struct ncp_server *server, in ncp_del_file_or_subdir() function
957 result = ncp_del_file_or_subdir(server, new_dir, new_name); in ncp_ren_or_mov_file_or_subdir()
Ddir.c1026 result = ncp_del_file_or_subdir(server, dir, __name); in ncp_rmdir()