Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dnfs4_fs.h423 extern void nfs4_close_sync(struct nfs4_state *, fmode_t);
525 #define nfs4_close_sync(a, b) do { } while (0) macro
Dnfs4state.c793 void nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) in nfs4_close_sync() function
Dnfs4proc.c3011 nfs4_close_sync(ctx->state, ctx->mode); in nfs4_close_context()