Home
last modified time | relevance | path

Searched refs:ldp_flags (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c1253 ll_release_page(page, le32_to_cpu(dp->ldp_flags) & in ll_statahead_thread()
1257 LASSERT(le32_to_cpu(dp->ldp_flags) & LDF_COLLIDE); in ll_statahead_thread()
1461 ll_release_page(page, le32_to_cpu(dp->ldp_flags) & in is_first_dirent()
1468 LASSERT(le32_to_cpu(dp->ldp_flags) & LDF_COLLIDE); in is_first_dirent()
Ddir.c323 le32_to_cpu(dp->ldp_flags) & LDF_COLLIDE); in ll_dir_page_locate()
568 le32_to_cpu(dp->ldp_flags) & in ll_dir_read()
577 LASSERT(le32_to_cpu(dp->ldp_flags) & in ll_dir_read()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2137 __u32 flags = dp->ldp_flags; in lmv_adjust_dirpages()
2153 flags = dp->ldp_flags; in lmv_adjust_dirpages()
2168 first->ldp_flags &= ~cpu_to_le32(LDF_COLLIDE); in lmv_adjust_dirpages()
2169 first->ldp_flags |= flags & cpu_to_le32(LDF_COLLIDE); in lmv_adjust_dirpages()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h962 __u32 ldp_flags; member
980 if (le32_to_cpu(dp->ldp_flags) & LDF_EMPTY) in lu_dirent_start()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c570 LASSERTF((int)offsetof(struct lu_dirpage, ldp_flags) == 16, "found %lld\n", in lustre_assert_wire_constants()
571 (long long)(int)offsetof(struct lu_dirpage, ldp_flags)); in lustre_assert_wire_constants()
572 LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
573 (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_flags)); in lustre_assert_wire_constants()