Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dncp_mount.h19 #define NCP_MOUNT_STRONG 0x0004 /* enable delete/rename of r/o files */ macro
/linux-2.4.37.9/fs/ncpfs/
Ddir.c994 if ((error == 0x9C || error == 0x90) && server->m.flags & NCP_MOUNT_STRONG) { /* R/O */ in ncp_unlink()
1065 server->m.flags & NCP_MOUNT_STRONG) { /* RO */ in ncp_rename()