Symbol: nfsd4_copy
fs/nfsd/nfs4proc.c
1443
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
1465
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
1474
copy = list_entry(pos, struct nfsd4_copy, copies);
fs/nfsd/nfs4proc.c
1487
copy = list_first_entry(&reaplist, struct nfsd4_copy, copies);
fs/nfsd/nfs4proc.c
1493
static void nfs4_put_copy(struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
1501
static void release_copy_files(struct nfsd4_copy *copy);
fs/nfsd/nfs4proc.c
1503
static void nfsd4_stop_copy(struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
1524
static struct nfsd4_copy *nfsd4_unhash_copy(struct nfs4_client *clp)
fs/nfsd/nfs4proc.c
1526
struct nfsd4_copy *copy = NULL;
fs/nfsd/nfs4proc.c
1530
copy = list_first_entry(&clp->async_copies, struct nfsd4_copy,
fs/nfsd/nfs4proc.c
1543
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
1549
static bool nfsd4_copy_on_sb(const struct nfsd4_copy *copy,
fs/nfsd/nfs4proc.c
1569
struct nfsd4_copy *copy, *tmp;
fs/nfsd/nfs4proc.c
1808
struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
1866
struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
1888
struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
1899
struct nfsd4_copy *copy =
fs/nfsd/nfs4proc.c
1900
container_of(cbo, struct nfsd4_copy, cp_cb_offload);
fs/nfsd/nfs4proc.c
1930
static void nfsd4_init_copy_res(struct nfsd4_copy *copy, bool sync)
fs/nfsd/nfs4proc.c
1938
static ssize_t _nfsd_copy_file_range(struct nfsd4_copy *copy,
fs/nfsd/nfs4proc.c
1979
static __be32 nfsd4_do_copy(struct nfsd4_copy *copy,
fs/nfsd/nfs4proc.c
2000
static void dup_copy_fields(struct nfsd4_copy *src, struct nfsd4_copy *dst)
fs/nfsd/nfs4proc.c
2021
static void release_copy_files(struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
2033
static void cleanup_async_copy(struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
2046
static void nfsd4_send_cb_offload(struct nfsd4_copy *copy)
fs/nfsd/nfs4proc.c
2090
struct nfsd4_copy *copy = (struct nfsd4_copy *)data;
fs/nfsd/nfs4proc.c
2139
struct nfsd4_copy *async_copy = NULL;
fs/nfsd/nfs4proc.c
2140
struct nfsd4_copy *copy = &u->copy;
fs/nfsd/nfs4proc.c
2171
async_copy = kzalloc_obj(struct nfsd4_copy);
fs/nfsd/nfs4proc.c
2238
static struct nfsd4_copy *
fs/nfsd/nfs4proc.c
2241
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
2253
static struct nfsd4_copy *
fs/nfsd/nfs4proc.c
2256
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
2272
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
2360
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
3010
struct nfsd4_copy *copy;
fs/nfsd/nfs4proc.c
3026
copy = (struct nfsd4_copy *)&op->u;
fs/nfsd/nfs4proc.c
3957
.op_func = nfsd4_copy,
fs/nfsd/nfs4proc.c
60
static void cleanup_async_copy(struct nfsd4_copy *copy);
fs/nfsd/nfs4state.c
962
int nfs4_init_copy_state(struct nfsd_net *nn, struct nfsd4_copy *copy)
fs/nfsd/nfs4state.c
988
void nfs4_free_copy_state(struct nfsd4_copy *copy)
fs/nfsd/nfs4xdr.c
2148
struct nfsd4_copy *copy = &u->copy;
fs/nfsd/nfs4xdr.c
5725
const struct nfsd4_copy *copy)
fs/nfsd/nfs4xdr.c
5752
const struct nfsd4_copy *copy)
fs/nfsd/nfs4xdr.c
5768
struct nfsd4_copy *copy = &u->copy;
fs/nfsd/state.h
802
struct nfsd4_copy;
fs/nfsd/state.h
814
int nfs4_init_copy_state(struct nfsd_net *nn, struct nfsd4_copy *copy);
fs/nfsd/state.h
815
void nfs4_free_copy_state(struct nfsd4_copy *copy);
fs/nfsd/trace.h
2286
const struct nfsd4_copy *copy
fs/nfsd/trace.h
2352
TP_PROTO(const struct nfsd4_copy *copy), \
fs/nfsd/trace.h
2361
const struct nfsd4_copy *copy,
fs/nfsd/trace.h
2385
const struct nfsd4_copy *copy
fs/nfsd/trace.h
2455
TP_PROTO(const struct nfsd4_copy *copy), \
fs/nfsd/xdr4.h
784
static inline void nfsd4_copy_set_sync(struct nfsd4_copy *copy, bool sync)
fs/nfsd/xdr4.h
792
static inline bool nfsd4_copy_is_sync(const struct nfsd4_copy *copy)
fs/nfsd/xdr4.h
797
static inline bool nfsd4_copy_is_async(const struct nfsd4_copy *copy)
fs/nfsd/xdr4.h
802
static inline bool nfsd4_ssc_is_inter(const struct nfsd4_copy *copy)
fs/nfsd/xdr4.h
898
struct nfsd4_copy copy;