Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Ddir.c220 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open && in cifs_do_create()
318 if (!tcon->unix_ext && (mode & S_IWUGO) == 0) in cifs_do_create()
343 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) { in cifs_do_create()
376 if (tcon->unix_ext) in cifs_do_create()
606 if (tcon->unix_ext) { in cifs_mknod()
755 if (pTcon->unix_ext) { in cifs_lookup()
Dinode.c626 if (!tcon->unix_ext)
640 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&
987 if (tcon->unix_ext) {
993 tcon->unix_ext = false;
1347 if (tcon->unix_ext)
1369 if (tcon->unix_ext) {
1714 if (rc == -EEXIST && tcon->unix_ext) {
1882 if (tlink_tcon(cfile->tlink)->unix_ext)
1918 if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext)
1991 !tcon->unix_ext) {
[all …]
Dlink.c567 if (tcon->unix_ext) in cifs_hardlink()
718 else if (pTcon->unix_ext) in cifs_symlink()
727 if (pTcon->unix_ext) in cifs_symlink()
Dsmb1ops.c448 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()
454 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize()
492 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in cifs_negotiate_rsize()
Dcifsfs.c441 if (!tcon->unix_ext) in cifs_show_options()
454 if (tcon->unix_ext) in cifs_show_options()
Dconnect.c3090 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()
3094 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()
3096 if (tcon->unix_ext == 0) { in reset_cifs_unix_caps()
3512 tcon->unix_ext = 0; /* server does not support them */ in cifs_mount()
3918 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
Dfile.c241 if (tcon->unix_ext) in cifs_nt_open()
486 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()
539 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()
649 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()
721 if (tcon->unix_ext) in cifs_reopen_file()
Dreaddir.c315 if (tcon->unix_ext) in initiate_cifs_search()
Dcifsglob.h883 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member