Home
last modified time | relevance | path

Searched refs:alloc_seqid (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/nfs/
A Dnfs4proc.c1357 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); in nfs4_opendata_alloc() local
1373 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid; in nfs4_opendata_alloc()
1374 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask); in nfs4_opendata_alloc()
3760 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid; in nfs4_do_close()
7035 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid; in nfs4_proc_unlck()
7036 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL); in nfs4_proc_unlck()
7082 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid; in nfs4_alloc_lockdata()
7083 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask); in nfs4_alloc_lockdata()
10478 .alloc_seqid = nfs_alloc_seqid,
10508 .alloc_seqid = nfs_alloc_no_seqid,
[all …]
A Dnfs4_fs.h72 (*alloc_seqid)(struct nfs_seqid_counter *, gfp_t); member

Completed in 26 milliseconds