Searched refs:fs_path (Results 1 – 4 of 4) sorted by relevance
134 char *fs_path; in nfs4_validate_fspath() local 149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath() 150 if (IS_ERR(fs_path)) { in nfs4_validate_fspath() 152 return PTR_ERR(fs_path); in nfs4_validate_fspath() 155 n = strncmp(path, fs_path, len); in nfs4_validate_fspath() 157 kfree(fs_path); in nfs4_validate_fspath() 438 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
3781 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
4205 if (!_is_same_nfs4_pathname(&locations->fs_path, in _nfs4_discover_trunking()
1263 struct nfs4_pathname fs_path; member