Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Ddir.c204 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)
685 else if (pTcon->unix_ext) {
A Dlink.c510 if (tcon->unix_ext)
617 else if (pTcon->unix_ext)
629 else if (pTcon->unix_ext)
A Dinode.c750 if (!tcon->unix_ext)
764 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&
883 if (tcon->unix_ext)
1393 if (tcon->unix_ext) {
1399 tcon->unix_ext = false;
1771 else if (tcon->unix_ext)
1805 if (tcon->unix_ext) {
2214 if (rc == -EEXIST && tcon->unix_ext) {
2422 if (tlink_tcon(cfile->tlink)->unix_ext)
2567 !tcon->unix_ext) {
[all …]
A Dsmb1ops.c449 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()
1076 if (tcon->unix_ext) { in cifs_make_node()
A Dcifsfs.c217 !tcon->unix_ext) { in cifs_read_super()
589 if (!tcon->unix_ext) in cifs_show_options()
617 else if (tcon->unix_ext) in cifs_show_options()
A Dconnect.c2990 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()
2994 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()
2996 if (!tcon->unix_ext) { in reset_cifs_unix_caps()
3241 tcon->unix_ext = 0; /* server does not support them */ in cifs_mount_get_tcon()
3806 ctx->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
A Dfile.c404 if (tcon->unix_ext) in cifs_nt_open()
759 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()
812 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()
941 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()
1025 else if (tcon->unix_ext) in cifs_reopen_file()
A Dcifs_debug.c114 if (tcon->unix_ext) in cifs_debug_tcon()
A Dreaddir.c418 if (tcon->unix_ext) in _initiate_cifs_search()
A Dcifsglob.h1203 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member

Completed in 39 milliseconds