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

/linux-master/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 Dsmb1ops.c449 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP))
455 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP))
493 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP))
1046 if (tcon->unix_ext) {
H A Dinode.c776 if (!tcon->unix_ext)
790 if ((fattr->cf_nlink < 1) && !tcon->unix_ext &&
920 if (tcon->unix_ext)
1475 if (tcon->unix_ext) {
1481 tcon->unix_ext = false;
1870 } else if (tcon->unix_ext) {
1905 if (tcon->unix_ext) {
2315 if (rc == -EEXIST && tcon->unix_ext) {
2520 if (tlink_tcon(cfile->tlink)->unix_ext)
2562 } else if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext) {
[all...]
H A Dcifsfs.c219 !tcon->unix_ext) {
592 if (!tcon->unix_ext)
620 else if (tcon->unix_ext)
H A Dconnect.c3177 tcon->unix_ext = 0; /* Unix Extensions disabled */
3181 tcon->unix_ext = 1; /* Unix Extensions supported */
3183 if (!tcon->unix_ext) {
3432 tcon->unix_ext = 0; /* server does not support them */
4029 ctx->no_linux_ext = !master_tcon->unix_ext;
H A Dreaddir.c377 if (tcon->unix_ext)
H A Dcifs_debug.c117 if (tcon->unix_ext)
H A Dfile.c421 if (tcon->unix_ext)
827 if (!tcon->broken_posix_open && tcon->unix_ext &&
880 if ((oplock & CIFS_CREATE_ACTION) && !posix_open_ok && tcon->unix_ext) {
1010 if (tcon->unix_ext && cap_unix(tcon->ses) &&
1108 } else if (tcon->unix_ext) {
H A Dcifsglob.h1253 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member in struct:cifs_tcon
H A Dsmb2ops.c5041 } else if (tcon->unix_ext) {

Completed in 225 milliseconds