Searched refs:unix_ext (Results 1 – 10 of 10) sorted by relevance
195 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open && in cifs_do_create()300 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()322 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) { in cifs_do_create()355 if (tcon->unix_ext) in cifs_do_create()668 else if (pTcon->unix_ext) { in cifs_lookup()
702 if (!tcon->unix_ext)716 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&823 if (tcon->unix_ext)1338 if (tcon->unix_ext) {1344 tcon->unix_ext = false;1709 else if (tcon->unix_ext)1741 if (tcon->unix_ext) {2134 if (rc == -EEXIST && tcon->unix_ext) {2338 if (tlink_tcon(cfile->tlink)->unix_ext)2482 !tcon->unix_ext) {[all …]
532 if (tcon->unix_ext) in cifs_hardlink()704 else if (pTcon->unix_ext) in cifs_symlink()715 else if (pTcon->unix_ext) in cifs_symlink()
441 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()447 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()485 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in cifs_negotiate_rsize()1042 if (tcon->unix_ext) { in cifs_make_node()
186 !tcon->unix_ext) { in cifs_read_super()557 if (!tcon->unix_ext) in cifs_show_options()583 else if (tcon->unix_ext) in cifs_show_options()
2822 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()2826 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()2828 if (!tcon->unix_ext) { in reset_cifs_unix_caps()3039 tcon->unix_ext = 0; /* server does not support them */ in mount_get_conns()3897 ctx->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
237 if (tcon->unix_ext) in cifs_nt_open()584 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()637 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()748 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()827 else if (tcon->unix_ext) in cifs_reopen_file()
417 if (tcon->unix_ext) in _initiate_cifs_search()
113 if (tcon->unix_ext) in cifs_debug_tcon()
1094 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member
Completed in 44 milliseconds