Home
last modified time | relevance | path

Searched refs:nfs4_close_sync (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/nfs/
Dnfs4_fs.h474 extern void nfs4_close_sync(struct nfs4_state *, fmode_t);
593 #define nfs4_close_sync(a, b) do { } while (0) macro
Dnfs4state.c811 void nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) in nfs4_close_sync() function
Dnfs4proc.c3542 nfs4_close_sync(ctx->state, ctx->mode); in nfs4_close_context()