Searched refs:nfs_seqid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/nfs/ |
D | nfs4_fs.h | 68 struct nfs_seqid * 90 struct nfs_seqid { struct 516 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask); 517 extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task); 518 extern void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid); 519 extern void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid); 520 extern void nfs_release_seqid(struct nfs_seqid *seqid); 521 extern void nfs_free_seqid(struct nfs_seqid *seqid);
|
D | nfs4state.c | 1073 struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask) in nfs_alloc_seqid() 1075 struct nfs_seqid *new; in nfs_alloc_seqid() 1086 void nfs_release_seqid(struct nfs_seqid *seqid) in nfs_release_seqid() 1096 struct nfs_seqid *next; in nfs_release_seqid() 1099 struct nfs_seqid, list); in nfs_release_seqid() 1105 void nfs_free_seqid(struct nfs_seqid *seqid) in nfs_free_seqid() 1116 static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_seqid() 1145 void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_open_seqid() 1164 void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_lock_seqid() 1170 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) in nfs_wait_on_sequence() [all …]
|
D | nfs4proc.c | 1326 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_opendata_alloc() 3705 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_do_close() 6668 struct nfs_seqid *seqid) in nfs4_alloc_unlockdata() 6785 struct nfs_seqid *seqid) in nfs4_do_unlck() 6828 struct nfs_seqid *seqid; in nfs4_proc_unlck() 6831 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_proc_unlck() 6891 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_alloc_lockdata() 10216 static struct nfs_seqid *
|
D | nfs4xdr.c | 1009 const struct nfs_seqid *seqid) in encode_nfs4_seqid()
|
/Linux-v5.10/include/linux/ |
D | nfs_xdr.h | 186 struct nfs_seqid; 453 struct nfs_seqid * seqid; 487 struct nfs_seqid * seqid; 509 struct nfs_seqid * seqid; 515 struct nfs_seqid * seqid; 525 struct nfs_seqid * seqid; 536 struct nfs_seqid * seqid; 554 struct nfs_seqid * lock_seqid; 556 struct nfs_seqid * open_seqid; 568 struct nfs_seqid * lock_seqid; [all …]
|