Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4_fs.h60 struct nfs_seqid *
80 struct nfs_seqid { struct
444 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask);
445 extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task);
446 extern void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid);
447 extern void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid);
448 extern void nfs_release_seqid(struct nfs_seqid *seqid);
449 extern void nfs_free_seqid(struct nfs_seqid *seqid);
Dnfs4state.c1014 struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask) in nfs_alloc_seqid()
1016 struct nfs_seqid *new; in nfs_alloc_seqid()
1027 void nfs_release_seqid(struct nfs_seqid *seqid) in nfs_release_seqid()
1037 struct nfs_seqid *next; in nfs_release_seqid()
1040 struct nfs_seqid, list); in nfs_release_seqid()
1046 void nfs_free_seqid(struct nfs_seqid *seqid) in nfs_free_seqid()
1057 static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_seqid()
1085 void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_open_seqid()
1104 void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_lock_seqid()
1110 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) in nfs_wait_on_sequence()
[all …]
Dnfs4proc.c1081 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_opendata_alloc()
2928 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_do_close()
5531 struct nfs_seqid *seqid) in nfs4_alloc_unlockdata()
5623 struct nfs_seqid *seqid) in nfs4_do_unlck()
5664 struct nfs_seqid *seqid; in nfs4_proc_unlck()
5667 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_proc_unlck()
5727 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_alloc_lockdata()
8687 static struct nfs_seqid *
Dnfs4xdr.c950 const struct nfs_seqid *seqid) in encode_nfs4_seqid()
/linux-4.4.14/include/linux/
Dnfs_xdr.h177 struct nfs_seqid;
394 struct nfs_seqid * seqid;
426 struct nfs_seqid * seqid;
447 struct nfs_seqid * seqid;
453 struct nfs_seqid * seqid;
463 struct nfs_seqid * seqid;
473 struct nfs_seqid * seqid;
489 struct nfs_seqid * lock_seqid;
491 struct nfs_seqid * open_seqid;
503 struct nfs_seqid * lock_seqid;
[all …]