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()
714 if (!tcon->unix_ext)728 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&829 if (tcon->unix_ext)1358 if (tcon->unix_ext) {1364 tcon->unix_ext = false;1729 else if (tcon->unix_ext)1751 if (tcon->unix_ext) {2116 if (rc == -EEXIST && tcon->unix_ext) {2288 if (tlink_tcon(cfile->tlink)->unix_ext)2328 else if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext)[all …]
538 if (tcon->unix_ext) in cifs_hardlink()698 else if (pTcon->unix_ext) in cifs_symlink()709 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()
248 if (tcon->unix_ext) in cifs_nt_open()565 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()618 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()728 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()807 else if (tcon->unix_ext) in cifs_reopen_file()
3832 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()3836 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()3838 if (tcon->unix_ext == 0) { in reset_cifs_unix_caps()4142 tcon->unix_ext = 0; /* server does not support them */ in mount_get_conns()5123 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
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