Searched refs:rootpath (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dsetfiles.c22 char *rootpath; member in struct:globals
49 #define rootpath (G.rootpath ) macro
231 if (NULL != rootpath) {
232 if (0 != strncmp(rootpath, name, rootpathlen)) {
234 name, rootpath);
241 if (rootpath != NULL && name[0] == '\0')
545 &exclude_dir, &input_filename, &rootpath, &out_filename,
583 rootpathlen = strlen(rootpath);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4namespace.c163 location->rootpath.ncomponents == 0) {
168 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE);
H A Dnfs4xdr.c2504 status = decode_pathname(xdr, &loc->rootpath);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c1273 char *path, *rootpath; local
1279 rootpath = tmp_fh.fh_export->ex_path;
1283 if (strncmp(path, rootpath, strlen(rootpath))) {
1285 "%s is not contained in %s\n", path, rootpath);
1290 return path + strlen(rootpath);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_xdr.h700 struct nfs4_pathname rootpath; member in struct:nfs4_fs_location

Completed in 114 milliseconds