Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dnfs4_fs.h500 extern void nfs4_close_sync(struct nfs4_state *, fmode_t);
670 #define nfs4_close_sync(a, b) do { } while (0) macro
Dnfs4state.c824 void nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) in nfs4_close_sync() function
Dnfs4proc.c3902 nfs4_close_sync(ctx->state, _nfs4_ctx_to_openmode(ctx)); in nfs4_close_context()