Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Dnfs4_fs.h495 extern void nfs4_close_sync(struct nfs4_state *, fmode_t);
664 #define nfs4_close_sync(a, b) do { } while (0) macro
Dnfs4state.c827 void nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) in nfs4_close_sync() function
Dnfs4proc.c3825 nfs4_close_sync(ctx->state, _nfs4_ctx_to_openmode(ctx)); in nfs4_close_context()