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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dlink.c60 if (pTcon->unix_ext)
185 if (pTcon->unix_ext)
193 if (pTcon->unix_ext)
H A Ddir.c316 if (tcon->unix_ext && (tcon->ses->capabilities & CAP_UNIX) &&
372 if (!tcon->unix_ext && (mode & S_IWUGO) == 0)
397 if ((tcon->unix_ext) && (oplock & CIFS_CREATE_ACTION)) {
430 if (tcon->unix_ext)
514 if (pTcon->unix_ext) {
682 if (pTcon->unix_ext) {
H A Dinode.c822 if (cifs_sb->tcon->unix_ext)
1261 if (pTcon->unix_ext)
1283 if (pTcon->unix_ext) {
1479 if (rc == -EEXIST && tcon->unix_ext) {
1587 if (CIFS_SB(inode->i_sb)->tcon->unix_ext)
1628 if (CIFS_SB(sb)->tcon->unix_ext)
2050 if (pTcon->unix_ext)
H A Dfile.c201 if (pTcon->unix_ext)
254 if (!tcon->broken_posix_open && tcon->unix_ext &&
382 if (tcon->unix_ext) {
485 if (tcon->unix_ext && (tcon->ses->capabilities & CAP_UNIX) &&
532 if (tcon->unix_ext)
H A Dcifsglob.h298 bool unix_ext:1; /* if false disable Linux extensions to CIFS protocol member in struct:cifsTconInfo
H A Dconnect.c2268 tcon->unix_ext = 0; /* Unix Extensions disabled */
2272 tcon->unix_ext = 1; /* Unix Extensions supported */
2274 if (tcon->unix_ext == 0) {
2653 tcon->unix_ext = 0; /* server does not support them */
2659 if ((tcon->unix_ext == 0) && (cifs_sb->rsize > (1024 * 127))) {
H A Dcifsfs.c391 if (!tcon->unix_ext)
H A Dreaddir.c260 if (pTcon->unix_ext)

Completed in 165 milliseconds