Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dnfs4_fs.h72 struct nfs_seqid *
94 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);
Dnfs4state.c1065 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; in nfs_release_seqid()
1091 struct nfs_seqid, list); in nfs_release_seqid()
1097 void nfs_free_seqid(struct nfs_seqid *seqid) in nfs_free_seqid()
1108 static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_seqid()
1138 void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_open_seqid()
1157 void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_lock_seqid()
1163 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) in nfs_wait_on_sequence()
[all …]
Dnfs4proc.c1413 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_opendata_alloc()
3807 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_do_close()
7033 struct nfs_seqid *seqid) in nfs4_alloc_unlockdata()
7150 struct nfs_seqid *seqid) in nfs4_do_unlck()
7196 struct nfs_seqid *seqid; in nfs4_proc_unlck()
7199 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_proc_unlck()
7262 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_alloc_lockdata()
10720 static struct nfs_seqid *
Dnfs4xdr.c1020 const struct nfs_seqid *seqid) in encode_nfs4_seqid()
/linux-6.12.1/include/linux/
Dnfs_xdr.h190 struct nfs_seqid;
474 struct nfs_seqid * seqid;
507 struct nfs_seqid * seqid;
526 struct nfs_seqid * seqid;
532 struct nfs_seqid * seqid;
542 struct nfs_seqid * seqid;
554 struct nfs_seqid * seqid;
572 struct nfs_seqid * lock_seqid;
574 struct nfs_seqid * open_seqid;
586 struct nfs_seqid * lock_seqid;
[all …]