Searched refs:unix_ext (Results 1 – 10 of 10) sorted by relevance
252 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open && in cifs_do_create()357 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()382 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) { in cifs_do_create()415 if (tcon->unix_ext) in cifs_do_create()709 if (pTcon->unix_ext) { in cifs_lookup()
641 if (!tcon->unix_ext)655 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&802 if (tcon->unix_ext)1091 if (tcon->unix_ext) {1097 tcon->unix_ext = false;1452 if (tcon->unix_ext)1474 if (tcon->unix_ext) {1831 if (rc == -EEXIST && tcon->unix_ext) {1999 if (tlink_tcon(cfile->tlink)->unix_ext)2035 if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext)[all …]
545 if (tcon->unix_ext) in cifs_hardlink()705 else if (pTcon->unix_ext) in cifs_symlink()714 if (pTcon->unix_ext) in cifs_symlink()
442 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()448 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()486 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in cifs_negotiate_rsize()1044 if (tcon->unix_ext) { in cifs_make_node()
182 !tcon->unix_ext) { in cifs_read_super()519 if (!tcon->unix_ext) in cifs_show_options()542 else if (tcon->unix_ext) in cifs_show_options()
319 if (tcon->unix_ext) in initiate_cifs_search()
3958 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()3962 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()3964 if (tcon->unix_ext == 0) { in reset_cifs_unix_caps()4272 tcon->unix_ext = 0; /* server does not support them */ in mount_get_conns()5231 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
249 if (tcon->unix_ext) in cifs_nt_open()539 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()592 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()702 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()775 if (tcon->unix_ext) in cifs_reopen_file()
114 if (tcon->unix_ext) in cifs_debug_tcon()
1087 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member