Home
last modified time | relevance | path

Searched refs:OCFS2_SUBALLOC_FREE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ocfs2/
Djournal.h406 #define OCFS2_SUBALLOC_FREE (2) macro
409 #define OCFS2_TRUNCATE_LOG_FLUSH_ONE_REC (OCFS2_SUBALLOC_FREE \
447 + OCFS2_SUBALLOC_ALLOC + OCFS2_SUBALLOC_FREE)
497 OCFS2_SUBALLOC_FREE)
Dalloc.c6358 handle = ocfs2_start_trans(osb, OCFS2_SUBALLOC_FREE); in ocfs2_free_cached_blocks()
6381 ret = ocfs2_extend_trans(handle, OCFS2_SUBALLOC_FREE); in ocfs2_free_cached_blocks()
Drefcounttree.c818 credits += OCFS2_SUBALLOC_FREE; in ocfs2_remove_refcount_tree()
Dxattr.c2514 handle = ocfs2_start_trans(osb, OCFS2_SUBALLOC_FREE); in ocfs2_xattr_free_block()