Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Ddir.c195 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) {
Dlink.c506 if (tcon->unix_ext)
613 else if (pTcon->unix_ext)
625 else if (pTcon->unix_ext)
Dinode.c747 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 …]
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()
1073 if (tcon->unix_ext) { in cifs_make_node()
Dcifsfs.c216 !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()
Dconnect.c3062 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()
Dfile.c277 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()
Dcifs_debug.c113 if (tcon->unix_ext) in cifs_debug_tcon()
Dreaddir.c418 if (tcon->unix_ext) in _initiate_cifs_search()
Dcifsglob.h1208 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member