Symbol: nfs4_fs_locations
fs/nfs/nfs40proc.c
169
struct nfs4_fs_locations *locations,
fs/nfs/nfs4_fs.h
278
struct nfs4_fs_locations *, struct page *, const struct cred *);
fs/nfs/nfs4_fs.h
301
const struct nfs4_fs_locations *locations);
fs/nfs/nfs4_fs.h
338
struct nfs4_fs_locations *, struct page *);
fs/nfs/nfs4_fs.h
340
struct nfs4_fs_locations *,
fs/nfs/nfs4namespace.c
130
const struct nfs4_fs_locations *locations,
fs/nfs/nfs4namespace.c
369
const struct nfs4_fs_locations *locations)
fs/nfs/nfs4namespace.c
409
struct nfs4_fs_locations *fs_locations = NULL;
fs/nfs/nfs4namespace.c
418
fs_locations = kmalloc_obj(struct nfs4_fs_locations);
fs/nfs/nfs4namespace.c
542
const struct nfs4_fs_locations *locations)
fs/nfs/nfs4proc.c
4092
struct nfs4_fs_locations *locations = NULL;
fs/nfs/nfs4proc.c
4110
locations = kmalloc_obj(struct nfs4_fs_locations);
fs/nfs/nfs4proc.c
4339
struct nfs4_fs_locations *locations = NULL;
fs/nfs/nfs4proc.c
4344
locations = kmalloc_obj(struct nfs4_fs_locations);
fs/nfs/nfs4proc.c
8046
struct nfs4_fs_locations *fs_locations,
fs/nfs/nfs4proc.c
8089
struct nfs4_fs_locations *fs_locations,
fs/nfs/nfs4proc.c
8118
struct nfs4_fs_locations *locations,
fs/nfs/nfs4proc.c
8188
struct nfs4_fs_locations *locations,
fs/nfs/nfs4state.c
2045
struct nfs4_fs_locations *locations = NULL;
fs/nfs/nfs4state.c
2057
locations = kmalloc_obj(struct nfs4_fs_locations);
fs/nfs/nfs4xdr.c
3774
static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res)
fs/nfs/nfs4xdr.c
4721
struct nfs4_fs_locations *fs_loc, const struct nfs_server *server)
fs/nfs/nfs4xdr.c
4852
struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc,
include/linux/nfs_xdr.h
1289
struct nfs4_fs_locations *fs_locations;