Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddir.c209 if (tcon->unix_ext && cap_unix(tcon->ses) && !tcon->broken_posix_open &&
311 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)
343 if ((tcon->unix_ext) && (*oplock & CIFS_CREATE_ACTION)) {
376 if (tcon->unix_ext)
708 } else if (pTcon->unix_ext) {
H A Dlink.c500 if (tcon->unix_ext)
609 } else if (pTcon->unix_ext) {
625 } else if (pTcon->unix_ext) {
H A Dinode.c852 if (!tcon->unix_ext) in cifs_open_info_to_fattr()
862 if ((fattr->cf_nlink < 1) && !tcon->unix_ext && in cifs_open_info_to_fattr()
996 if (tcon->unix_ext) in cifs_backup_query_path_info()
1568 if (tcon->unix_ext) { in cifs_root_iget()
1574 tcon->unix_ext = false; in cifs_root_iget()
1963 } else if (tcon->unix_ext) {
1998 if (tcon->unix_ext) {
2408 if (rc == -EEXIST && tcon->unix_ext) {
2610 if (tlink_tcon(cfile->tlink)->unix_ext)
2652 } else if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext) {
[all...]
H 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()
1046 if (tcon->unix_ext) { in cifs_make_node()
H A Dcifsfs.c219 !tcon->unix_ext) { in cifs_read_super()
603 if (!tcon->unix_ext) in cifs_show_options()
631 else if (tcon->unix_ext) in cifs_show_options()
H A Dconnect.c3262 tcon->unix_ext = 0; /* Unix Extensions disabled */ in reset_cifs_unix_caps()
3266 tcon->unix_ext = 1; /* Unix Extensions supported */ in reset_cifs_unix_caps()
3268 if (!tcon->unix_ext) { in reset_cifs_unix_caps()
3517 tcon->unix_ext = 0; /* server does not support them */ in cifs_mount_get_tcon()
3905 if (tcon->need_reconnect && tcon->unix_ext) { in CIFSTCon()
4129 ctx->no_linux_ext = !master_tcon->unix_ext; in __cifs_construct_tcon()
H A Dfile.c421 if (tcon->unix_ext) in cifs_nt_open()
827 if (!tcon->broken_posix_open && tcon->unix_ext && in cifs_open()
880 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) { in cifs_open()
1010 if (tcon->unix_ext && cap_unix(tcon->ses) && in cifs_reopen_file()
1108 } else if (tcon->unix_ext) { in cifs_reopen_file()
H A Dcifs_debug.c117 if (tcon->unix_ext) in cifs_debug_tcon()
H A Dreaddir.c391 if (tcon->unix_ext) in _initiate_cifs_search()
H A Dcifsglob.h1254 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member
H A Dsmb2ops.c5087 } else if (tcon->unix_ext) { in cifs_sfu_make_node()