Home
last modified time | relevance | path

Searched refs:nodelete (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/client/
H A Dfs_context.h255 bool nodelete:1; member
H A Dconnect.c2566 if (tcon->nodelete != ctx->nodelete)
2883 tcon->nodelete = ctx->nodelete; in cifs_get_tcon()
H A Dcifsglob.h1255 bool nodelete:1;
1253 bool nodelete:1; global() member
H A Dinode.c1988 if (tcon->nodelete) { in __cifs_unlink()
2394 if (tcon->nodelete) {
H A Dcifsfs.c684 if (tcon->nodelete) in cifs_show_options()
685 seq_puts(s, ",nodelete"); in cifs_show_options()
H A Dfs_context.c87 fsparam_flag("nodelete", Opt_nodelete),
1382 ctx->nodelete = 1; in smb3_fs_context_parse_param()