Home
last modified time | relevance | path

Searched refs:path_root_access (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dalloc.h300 #define path_root_access(_path)((_path)->p_root_access) macro
Dalloc.c613 path_root_access(path) = NULL; in ocfs2_reinit_path()
639 BUG_ON(path_root_access(dest) != path_root_access(src)); in ocfs2_cp_path()
661 BUG_ON(path_root_access(dest) != path_root_access(src)); in ocfs2_mv_path()
710 path_root_access(path) = access; in ocfs2_new_path()
719 path_root_access(path)); in ocfs2_new_path_from_path()
740 ocfs2_journal_access_func access = path_root_access(path); in ocfs2_path_bh_journal_access()