Symbol: nfs_seqid
fs/nfs/nfs4_fs.h
530
extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask);
fs/nfs/nfs4_fs.h
531
extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task);
fs/nfs/nfs4_fs.h
532
extern void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid);
fs/nfs/nfs4_fs.h
533
extern void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid);
fs/nfs/nfs4_fs.h
534
extern void nfs_release_seqid(struct nfs_seqid *seqid);
fs/nfs/nfs4_fs.h
535
extern void nfs_free_seqid(struct nfs_seqid *seqid);
fs/nfs/nfs4_fs.h
75
struct nfs_seqid *
fs/nfs/nfs4proc.c
10451
static struct nfs_seqid *
fs/nfs/nfs4proc.c
1369
struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
fs/nfs/nfs4proc.c
3754
struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
fs/nfs/nfs4proc.c
7022
struct nfs_seqid *seqid)
fs/nfs/nfs4proc.c
7148
struct nfs_seqid *seqid)
fs/nfs/nfs4proc.c
7195
struct nfs_seqid *seqid;
fs/nfs/nfs4proc.c
7198
struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
fs/nfs/nfs4proc.c
7261
struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
fs/nfs/nfs4state.c
1013
struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask)
fs/nfs/nfs4state.c
1015
struct nfs_seqid *new;
fs/nfs/nfs4state.c
1026
void nfs_release_seqid(struct nfs_seqid *seqid)
fs/nfs/nfs4state.c
1036
struct nfs_seqid *next = list_next_entry(seqid, list);
fs/nfs/nfs4state.c
1043
void nfs_free_seqid(struct nfs_seqid *seqid)
fs/nfs/nfs4state.c
1054
static void nfs_increment_seqid(int status, struct nfs_seqid *seqid)
fs/nfs/nfs4state.c
1084
void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid)
fs/nfs/nfs4state.c
1103
void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid)
fs/nfs/nfs4state.c
1109
int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task)
fs/nfs/nfs4state.c
1121
if (list_first_entry(&sequence->list, struct nfs_seqid, list) == seqid)
fs/nfs/nfs4xdr.c
1023
const struct nfs_seqid *seqid)
include/linux/nfs_xdr.h
193
struct nfs_seqid;
include/linux/nfs_xdr.h
478
struct nfs_seqid * seqid;
include/linux/nfs_xdr.h
511
struct nfs_seqid * seqid;
include/linux/nfs_xdr.h
530
struct nfs_seqid * seqid;
include/linux/nfs_xdr.h
536
struct nfs_seqid * seqid;
include/linux/nfs_xdr.h
546
struct nfs_seqid * seqid;
include/linux/nfs_xdr.h
558
struct nfs_seqid * seqid;
include/linux/nfs_xdr.h
576
struct nfs_seqid * lock_seqid;
include/linux/nfs_xdr.h
578
struct nfs_seqid * open_seqid;
include/linux/nfs_xdr.h
590
struct nfs_seqid * lock_seqid;
include/linux/nfs_xdr.h
591
struct nfs_seqid * open_seqid;
include/linux/nfs_xdr.h
598
struct nfs_seqid * seqid;
include/linux/nfs_xdr.h
605
struct nfs_seqid * seqid;