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 &&295 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)318 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {351 if (tcon->unix_ext)675 else if (pTcon->unix_ext) {
506 if (tcon->unix_ext)613 else if (pTcon->unix_ext)625 else if (pTcon->unix_ext)
747 if (!tcon->unix_ext)761 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&880 if (tcon->unix_ext)1387 if (tcon->unix_ext) {1393 tcon->unix_ext = false;1764 else if (tcon->unix_ext)1798 if (tcon->unix_ext) {2206 if (rc == -EEXIST && tcon->unix_ext) {2414 if (tlink_tcon(cfile->tlink)->unix_ext)2455 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()1073 if (tcon->unix_ext) { in cifs_make_node()
216 !tcon->unix_ext) { in cifs_read_super()588 if (!tcon->unix_ext) in cifs_show_options()616 else if (tcon->unix_ext) in cifs_show_options()
3062 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()3066 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()3068 if (!tcon->unix_ext) { in reset_cifs_unix_caps()3285 tcon->unix_ext = 0; /* server does not support them */ in mount_get_conns()4220 ctx->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
277 if (tcon->unix_ext) in cifs_nt_open()632 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()685 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()814 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()896 else if (tcon->unix_ext) in cifs_reopen_file()
113 if (tcon->unix_ext) in cifs_debug_tcon()
418 if (tcon->unix_ext) in _initiate_cifs_search()
1208 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member