Home
last modified time | relevance | path

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

/linux-4.1.27/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.c6340 handle = ocfs2_start_trans(osb, OCFS2_SUBALLOC_FREE); in ocfs2_free_cached_blocks()
6363 ret = ocfs2_extend_trans(handle, OCFS2_SUBALLOC_FREE); in ocfs2_free_cached_blocks()
Drefcounttree.c820 credits += OCFS2_SUBALLOC_FREE; in ocfs2_remove_refcount_tree()
Dxattr.c2520 handle = ocfs2_start_trans(osb, OCFS2_SUBALLOC_FREE); in ocfs2_xattr_free_block()