Home
last modified time | relevance | path

Searched refs:unix_ext (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/fs/cifs/
Ddir.c253 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open && in cifs_do_create()
358 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
383 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) { in cifs_do_create()
416 if (tcon->unix_ext) in cifs_do_create()
657 if (tcon->unix_ext) { in cifs_mknod()
811 if (pTcon->unix_ext) { in cifs_lookup()
Dinode.c635 if (!tcon->unix_ext)
649 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&
1065 if (tcon->unix_ext) {
1071 tcon->unix_ext = false;
1426 if (tcon->unix_ext)
1448 if (tcon->unix_ext) {
1800 if (rc == -EEXIST && tcon->unix_ext) {
1968 if (tlink_tcon(cfile->tlink)->unix_ext)
2004 if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext)
2091 !tcon->unix_ext) {
[all …]
Dlink.c545 if (tcon->unix_ext) in cifs_hardlink()
698 else if (pTcon->unix_ext) in cifs_symlink()
707 if (pTcon->unix_ext) in cifs_symlink()
Dsmb1ops.c451 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()
457 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()
495 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in cifs_negotiate_rsize()
Dcifsfs.c470 if (!tcon->unix_ext) in cifs_show_options()
491 else if (tcon->unix_ext) in cifs_show_options()
Dconnect.c3557 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()
3561 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()
3563 if (tcon->unix_ext == 0) { in reset_cifs_unix_caps()
4044 tcon->unix_ext = 0; /* server does not support them */ in cifs_mount()
4465 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
Dfile.c248 if (tcon->unix_ext) in cifs_nt_open()
500 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()
553 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()
663 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()
735 if (tcon->unix_ext) in cifs_reopen_file()
Dcifs_debug.c119 if (tcon->unix_ext) in cifs_debug_tcon()
Dreaddir.c319 if (tcon->unix_ext) in initiate_cifs_search()
Dcifsglob.h979 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member