Searched refs:fs_path (Results 1 – 3 of 3) sorted by relevance
77 const char *path, *fs_path; in nfs4_validate_fspath() local83 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath()84 if (IS_ERR(fs_path)) in nfs4_validate_fspath()85 return PTR_ERR(fs_path); in nfs4_validate_fspath()87 if (strncmp(path, fs_path, strlen(fs_path)) != 0) { in nfs4_validate_fspath()89 __func__, path, fs_path); in nfs4_validate_fspath()255 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
3277 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
954 struct nfs4_pathname fs_path; member