Home
last modified time | relevance | path

Searched refs:nfs_seqid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/nfs/
Dnfs4_fs.h64 struct nfs_seqid *
85 struct nfs_seqid { struct
500 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask);
501 extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task);
502 extern void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid);
503 extern void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid);
504 extern void nfs_release_seqid(struct nfs_seqid *seqid);
505 extern void nfs_free_seqid(struct nfs_seqid *seqid);
Dnfs4state.c1075 struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask) in nfs_alloc_seqid()
1077 struct nfs_seqid *new; in nfs_alloc_seqid()
1088 void nfs_release_seqid(struct nfs_seqid *seqid) in nfs_release_seqid()
1098 struct nfs_seqid *next; in nfs_release_seqid()
1101 struct nfs_seqid, list); in nfs_release_seqid()
1107 void nfs_free_seqid(struct nfs_seqid *seqid) in nfs_free_seqid()
1118 static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_seqid()
1147 void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_open_seqid()
1166 void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_lock_seqid()
1172 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) in nfs_wait_on_sequence()
[all …]
Dnfs4proc.c1215 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_opendata_alloc()
3450 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_do_close()
6270 struct nfs_seqid *seqid) in nfs4_alloc_unlockdata()
6380 struct nfs_seqid *seqid) in nfs4_do_unlck()
6423 struct nfs_seqid *seqid; in nfs4_proc_unlck()
6426 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_proc_unlck()
6486 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_alloc_lockdata()
9626 static struct nfs_seqid *
Dnfs4xdr.c1005 const struct nfs_seqid *seqid) in encode_nfs4_seqid()
/Linux-v4.19/include/linux/
Dnfs_xdr.h184 struct nfs_seqid;
416 struct nfs_seqid * seqid;
450 struct nfs_seqid * seqid;
472 struct nfs_seqid * seqid;
478 struct nfs_seqid * seqid;
488 struct nfs_seqid * seqid;
499 struct nfs_seqid * seqid;
517 struct nfs_seqid * lock_seqid;
519 struct nfs_seqid * open_seqid;
531 struct nfs_seqid * lock_seqid;
[all …]