Searched refs:fs_path (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4namespace.c77 const char *path, *fs_path; local
83 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE);
84 if (IS_ERR(fs_path))
85 return PTR_ERR(fs_path);
87 if (strncmp(path, fs_path, strlen(fs_path)) != 0) {
89 __FUNCTION__, path, fs_path);
247 fs_locations->fs_path.ncomponents <= 0)
H A Dnfs4xdr.c2465 status = decode_pathname(xdr, &res->fs_path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnfs_xdr.h707 struct nfs4_pathname fs_path; member in struct:nfs4_fs_locations

Completed in 108 milliseconds