Searched refs:unix_ext (Results 1 – 10 of 10) sorted by relevance
250 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open && in cifs_do_create()355 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()377 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) { in cifs_do_create()410 if (tcon->unix_ext) in cifs_do_create()706 else if (pTcon->unix_ext) { in cifs_lookup()
712 if (!tcon->unix_ext)726 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&827 if (tcon->unix_ext)1356 if (tcon->unix_ext) {1362 tcon->unix_ext = false;1727 else if (tcon->unix_ext)1749 if (tcon->unix_ext) {2114 if (rc == -EEXIST && tcon->unix_ext) {2286 if (tlink_tcon(cfile->tlink)->unix_ext)2326 else if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext)[all …]
535 if (tcon->unix_ext) in cifs_hardlink()695 else if (pTcon->unix_ext) in cifs_symlink()706 else if (pTcon->unix_ext) in cifs_symlink()
440 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()446 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()484 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in cifs_negotiate_rsize()1043 if (tcon->unix_ext) { in cifs_make_node()
191 !tcon->unix_ext) { in cifs_read_super()532 if (!tcon->unix_ext) in cifs_show_options()559 else if (tcon->unix_ext) in cifs_show_options()
3810 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()3814 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()3816 if (tcon->unix_ext == 0) { in reset_cifs_unix_caps()4124 tcon->unix_ext = 0; /* server does not support them */ in mount_get_conns()5105 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
247 if (tcon->unix_ext) in cifs_nt_open()564 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()617 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()727 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()806 else if (tcon->unix_ext) in cifs_reopen_file()
431 if (tcon->unix_ext) in initiate_cifs_search()
114 if (tcon->unix_ext) in cifs_debug_tcon()
1145 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member