Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Ddir.c308 if (unlikely(rlen < OCFS2_DIR_REC_LEN(1))) in ocfs2_check_dir_entry()
1197 OCFS2_DIR_REC_LEN(de->name_len); in ocfs2_figure_dirent_hole()
1648 rec_len = OCFS2_DIR_REC_LEN(namelen); in __ocfs2_add_entry()
1712 OCFS2_DIR_REC_LEN(de->name_len)); in __ocfs2_add_entry()
1715 OCFS2_DIR_REC_LEN(de->name_len)); in __ocfs2_add_entry()
1788 OCFS2_DIR_REC_LEN(1)) in ocfs2_dir_foreach_blk_id()
1878 OCFS2_DIR_REC_LEN(1)) in ocfs2_dir_foreach_blk_el()
2084 pos == OCFS2_DIR_REC_LEN(1)) { in ocfs2_empty_dir_filldir()
2279 size -= OCFS2_DIR_REC_LEN(2); in ocfs2_fill_new_dir_el()
3385 rec_len = OCFS2_DIR_REC_LEN(namelen); in ocfs2_find_dir_space_id()
[all …]
H A Docfs2_fs.h387 #define OCFS2_DIR_REC_LEN(name_len) (((name_len) + OCFS2_DIR_MEMBER_LEN + \ macro
390 #define OCFS2_DIR_MIN_REC_LEN OCFS2_DIR_REC_LEN(1)