Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1ops.c39 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()
43 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()
45 if (!tcon->unix_ext) { in reset_cifs_unix_caps()
430 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in smb1_negotiate_wsize()
436 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in smb1_negotiate_wsize()
474 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in smb1_negotiate_rsize()
1292 if (tcon->unix_ext) { in cifs_make_node()
H A Dlink.c478 if (tcon->unix_ext)
590 if (pTcon->unix_ext) {
631 } else if (pTcon->unix_ext) {
H A Ddir.c232 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open &&
338 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)
393 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {
426 if (tcon->unix_ext)
823 } else if (pTcon->unix_ext) {
H A Dinode.c931 if (!tcon->unix_ext) in cifs_open_info_to_fattr()
941 if ((fattr->cf_nlink < 1) && !tcon->unix_ext && in cifs_open_info_to_fattr()
1075 if (tcon->unix_ext) in cifs_backup_query_path_info()
1676 if (tcon->unix_ext) { in cifs_root_iget()
1682 tcon->unix_ext = false; in cifs_root_iget()
2107 } else if (tcon->unix_ext) {
2143 if (tcon->unix_ext) {
2582 if (rc == -EEXIST && tcon->unix_ext) {
2811 if (tlink_tcon(cfile->tlink)->unix_ext)
2853 } else if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext) {
[all …]
H A Dcifsfs.c227 !tcon->unix_ext) { in cifs_read_super()
663 if (!tcon->unix_ext) in cifs_show_options()
695 else if (tcon->unix_ext) in cifs_show_options()
H A Dfile.c620 if (tcon->unix_ext) in cifs_nt_open()
1105 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()
1158 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()
1288 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()
1381 } else if (tcon->unix_ext) { in cifs_reopen_file()
H A Dreaddir.c394 if (tcon->unix_ext) in _initiate_cifs_search()
H A Dcifsglob.h1255 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member
H A Dconnect.c3651 tcon->unix_ext = 0; /* server does not support them */ in cifs_mount_get_tcon()
4223 ctx->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
H A Dsmb2ops.c5342 } else if (tcon->unix_ext) { in cifs_sfu_make_node()