Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dnfs4_fs.h71 struct nfs_seqid *
93 struct nfs_seqid { struct
523 extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask);
524 extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task);
525 extern void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid);
526 extern void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid);
527 extern void nfs_release_seqid(struct nfs_seqid *seqid);
528 extern void nfs_free_seqid(struct nfs_seqid *seqid);
Dnfs4state.c1077 struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask) in nfs_alloc_seqid()
1079 struct nfs_seqid *new; in nfs_alloc_seqid()
1090 void nfs_release_seqid(struct nfs_seqid *seqid) in nfs_release_seqid()
1100 struct nfs_seqid *next; in nfs_release_seqid()
1103 struct nfs_seqid, list); in nfs_release_seqid()
1109 void nfs_free_seqid(struct nfs_seqid *seqid) in nfs_free_seqid()
1120 static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_seqid()
1150 void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_open_seqid()
1169 void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) in nfs_increment_lock_seqid()
1175 int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) in nfs_wait_on_sequence()
[all …]
Dnfs4proc.c1358 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_opendata_alloc()
3731 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_do_close()
6851 struct nfs_seqid *seqid) in nfs4_alloc_unlockdata()
6968 struct nfs_seqid *seqid) in nfs4_do_unlck()
7014 struct nfs_seqid *seqid; in nfs4_proc_unlck()
7017 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_proc_unlck()
7078 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_alloc_lockdata()
10501 static struct nfs_seqid *
Dnfs4xdr.c1021 const struct nfs_seqid *seqid) in encode_nfs4_seqid()
/Linux-v6.6/include/linux/
Dnfs_xdr.h190 struct nfs_seqid;
458 struct nfs_seqid * seqid;
491 struct nfs_seqid * seqid;
513 struct nfs_seqid * seqid;
519 struct nfs_seqid * seqid;
529 struct nfs_seqid * seqid;
541 struct nfs_seqid * seqid;
559 struct nfs_seqid * lock_seqid;
561 struct nfs_seqid * open_seqid;
573 struct nfs_seqid * lock_seqid;
[all …]