Home
last modified time | relevance | path

Searched refs:ocfs2_journal_access (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/
H A Djournal.h228 * ocfs2_journal_access* - Notify the handle that we want to journal this
305 int ocfs2_journal_access(handle_t *handle, struct ocfs2_caching_info *ci,
323 * ocfs2_journal_access(handle, bh, OCFS2_JOURNAL_ACCESS_WRITE);
H A Dxattr.c421 rc = ocfs2_journal_access(handle, in ocfs2_xattr_bucket_journal_access()
1389 ret = ocfs2_journal_access(handle, in __ocfs2_xattr_set_value_outside()
1879 vb->vb_access = ocfs2_journal_access; in ocfs2_xa_bucket_fill_value_buf()
5359 .vb_access = ocfs2_journal_access, in ocfs2_xattr_bucket_value_truncate()
5801 vb.vb_access = ocfs2_journal_access; in ocfs2_prepare_refcount_xattr()
6041 .vb_access = ocfs2_journal_access, in ocfs2_xattr_bucket_value_refcount()
6828 .vb_access = ocfs2_journal_access, in ocfs2_reflink_xattr_bucket()
H A Djournal.c822 int ocfs2_journal_access(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access() function
H A Dnamei.c1774 status = ocfs2_journal_access(handle, INODE_CACHE(inode), in ocfs2_create_symlink_data()
H A Docfs2_trace.h2586 DEFINE_OCFS2_ULL_ULL_UINT_UINT_EVENT(ocfs2_journal_access);
H A Dalloc.c727 access = ocfs2_journal_access; in ocfs2_path_bh_journal_access()