Home
last modified time | relevance | path

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

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