Searched refs:nativeFileSystem (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h245 char *nativeFileSystem; member in struct:cifsTconInfo
H A Dmisc.c133 kfree(buf_to_free->nativeFileSystem);
H A Dcifs_debug.c194 if (tcon->nativeFileSystem) {
196 tcon->nativeFileSystem);
H A Dconnect.c2903 kfree(tcon->nativeFileSystem);
2904 tcon->nativeFileSystem = cifs_strndup_from_ucs(bcc_ptr,
2908 cFYI(1, "nativeFileSystem=%s", tcon->nativeFileSystem);

Completed in 110 milliseconds