Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/blocklayout/
Dblocklayout.c954 .cleanup_layoutcommit = bl_cleanup_layoutcommit,
978 .cleanup_layoutcommit = bl_cleanup_layoutcommit,
/Linux-v6.6/fs/nfs/
Dpnfs.h169 void (*cleanup_layoutcommit) (struct nfs4_layoutcommit_data *data); member
Dpnfs.c3179 if (nfss->pnfs_curr_ld->cleanup_layoutcommit) in pnfs_cleanup_layoutcommit()
3180 nfss->pnfs_curr_ld->cleanup_layoutcommit(data); in pnfs_cleanup_layoutcommit()