Searched refs:unix_ext (Results 1 – 10 of 10) sorted by relevance
253 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()
635 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 …]
545 if (tcon->unix_ext) in cifs_hardlink()698 else if (pTcon->unix_ext) in cifs_symlink()707 if (pTcon->unix_ext) in cifs_symlink()
451 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()
470 if (!tcon->unix_ext) in cifs_show_options()491 else if (tcon->unix_ext) in cifs_show_options()
3557 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()
248 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()
119 if (tcon->unix_ext) in cifs_debug_tcon()
319 if (tcon->unix_ext) in initiate_cifs_search()
979 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member