Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddir.c212 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open &&
314 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)
369 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {
402 if (tcon->unix_ext)
750 } else if (pTcon->unix_ext) {
H A Dlink.c477 if (tcon->unix_ext)
586 if (pTcon->unix_ext) {
627 } else if (pTcon->unix_ext) {
H A Dinode.c936 if (!tcon->unix_ext) in cifs_open_info_to_fattr()
946 if ((fattr->cf_nlink < 1) && !tcon->unix_ext && in cifs_open_info_to_fattr()
1080 if (tcon->unix_ext) in cifs_backup_query_path_info()
1679 if (tcon->unix_ext) { in cifs_root_iget()
1685 tcon->unix_ext = false; in cifs_root_iget()
2109 } else if (tcon->unix_ext) {
2144 if (tcon->unix_ext) {
2583 if (rc == -EEXIST && tcon->unix_ext) {
2812 if (tlink_tcon(cfile->tlink)->unix_ext)
2854 } else if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext) {
[all …]
H A Dsmb1ops.c447 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in smb1_negotiate_wsize()
453 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in smb1_negotiate_wsize()
491 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in smb1_negotiate_rsize()
1301 if (tcon->unix_ext) { in cifs_make_node()
H A Dcifsfs.c259 !tcon->unix_ext) { in cifs_read_super()
689 if (!tcon->unix_ext) in cifs_show_options()
721 else if (tcon->unix_ext) in cifs_show_options()
H A Dfile.c622 if (tcon->unix_ext) in cifs_nt_open()
1109 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()
1162 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()
1292 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()
1390 } else if (tcon->unix_ext) { in cifs_reopen_file()
H A Dconnect.c3486 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()
3490 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()
3492 if (!tcon->unix_ext) { in reset_cifs_unix_caps()
3748 tcon->unix_ext = 0; /* server does not support them */ in cifs_mount_get_tcon()
4118 if (tcon->need_reconnect && tcon->unix_ext) { in CIFSTCon()
4387 ctx->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
H A Dreaddir.c392 if (tcon->unix_ext) in _initiate_cifs_search()
H A Dcifs_debug.c119 if (tcon->unix_ext) in cifs_debug_tcon()
H A Dcifsglob.h1293 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member
H A Dsmb2ops.c5339 } else if (tcon->unix_ext) { in cifs_sfu_make_node()