Searched refs:unix_ext (Results 1 – 10 of 10) sorted by relevance
204 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open &&304 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)328 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {361 if (tcon->unix_ext)686 } else if (pTcon->unix_ext) {
500 if (tcon->unix_ext)609 } else if (pTcon->unix_ext) {625 } else if (pTcon->unix_ext) {
851 if (!tcon->unix_ext) in cifs_open_info_to_fattr()865 if ((fattr->cf_nlink < 1) && !tcon->unix_ext && in cifs_open_info_to_fattr()986 if (tcon->unix_ext) in cifs_backup_query_path_info()1534 if (tcon->unix_ext) { in cifs_root_iget()1540 tcon->unix_ext = false; in cifs_root_iget()1922 } else if (tcon->unix_ext) {1957 if (tcon->unix_ext) {2367 if (rc == -EEXIST && tcon->unix_ext) {2572 if (tlink_tcon(cfile->tlink)->unix_ext)2614 } else if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext) {[all …]
449 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()455 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()493 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in cifs_negotiate_rsize()1046 if (tcon->unix_ext) { in cifs_make_node()
222 !tcon->unix_ext) { in cifs_read_super()594 if (!tcon->unix_ext) in cifs_show_options()622 else if (tcon->unix_ext) in cifs_show_options()
3173 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()3177 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()3179 if (!tcon->unix_ext) { in reset_cifs_unix_caps()3425 tcon->unix_ext = 0; /* server does not support them */ in cifs_mount_get_tcon()4012 ctx->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
407 if (tcon->unix_ext) in cifs_nt_open()762 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()815 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()944 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()1029 } else if (tcon->unix_ext) { in cifs_reopen_file()
117 if (tcon->unix_ext) in cifs_debug_tcon()
391 if (tcon->unix_ext) in _initiate_cifs_search()
1233 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member