Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4_fs.h479 extern void nfs4_close_sync(struct nfs4_state *, fmode_t);
598 #define nfs4_close_sync(a, b) do { } while (0) macro
Dnfs4state.c835 void nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) in nfs4_close_sync() function
Dnfs4proc.c3578 nfs4_close_sync(ctx->state, ctx->mode); in nfs4_close_context()