Searched refs:nfs_seqid (Results 1 – 4 of 4) sorted by relevance
| /fs/nfs/ |
| A D | nfs4_fs.h | 71 struct nfs_seqid * 93 struct nfs_seqid { struct 524 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask); 525 extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task); 526 extern void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid); 527 extern void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid); 528 extern void nfs_release_seqid(struct nfs_seqid *seqid); 529 extern void nfs_free_seqid(struct nfs_seqid *seqid);
|
| A D | nfs4state.c | 1065 struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask) in nfs_alloc_seqid() 1067 struct nfs_seqid *new; in nfs_alloc_seqid() 1078 void nfs_release_seqid(struct nfs_seqid *seqid) in nfs_release_seqid() 1088 struct nfs_seqid *next = list_next_entry(seqid, list); in nfs_release_seqid() 1095 void nfs_free_seqid(struct nfs_seqid *seqid) in nfs_free_seqid() 1106 static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_seqid() 1136 void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_open_seqid() 1155 void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_lock_seqid() 1161 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) in nfs_wait_on_sequence() 1173 if (list_first_entry(&sequence->list, struct nfs_seqid, list) == seqid) in nfs_wait_on_sequence()
|
| A D | nfs4proc.c | 1444 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_opendata_alloc() 3838 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_do_close() 7098 struct nfs_seqid *seqid) in nfs4_alloc_unlockdata() 7222 struct nfs_seqid *seqid) in nfs4_do_unlck() 7268 struct nfs_seqid *seqid; in nfs4_proc_unlck() 7271 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_proc_unlck() 7334 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_alloc_lockdata() 10796 static struct nfs_seqid *
|
| A D | nfs4xdr.c | 1020 const struct nfs_seqid *seqid) in encode_nfs4_seqid()
|
Completed in 44 milliseconds