Home
last modified time | relevance | path

Searched refs:unix_ext (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/fs/cifs/
Ddir.c252 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()
Dinode.c641 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 …]
Dlink.c545 if (tcon->unix_ext) in cifs_hardlink()
705 else if (pTcon->unix_ext) in cifs_symlink()
714 if (pTcon->unix_ext) in cifs_symlink()
Dsmb1ops.c442 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()
Dcifsfs.c182 !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()
Dreaddir.c319 if (tcon->unix_ext) in initiate_cifs_search()
Dconnect.c3958 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()
Dfile.c249 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()
Dcifs_debug.c114 if (tcon->unix_ext) in cifs_debug_tcon()
Dcifsglob.h1087 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member