Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dstatahead.c1233 ll_release_page(page, le32_to_cpu(dp->ldp_flags) & in ll_statahead_thread()
1237 LASSERT(le32_to_cpu(dp->ldp_flags) & LDF_COLLIDE); in ll_statahead_thread()
1441 ll_release_page(page, le32_to_cpu(dp->ldp_flags) & in is_first_dirent()
1448 LASSERT(le32_to_cpu(dp->ldp_flags) & LDF_COLLIDE); in is_first_dirent()
Ddir.c319 le32_to_cpu(dp->ldp_flags) & LDF_COLLIDE); in ll_dir_page_locate()
564 le32_to_cpu(dp->ldp_flags) & in ll_dir_read()
573 LASSERT(le32_to_cpu(dp->ldp_flags) & in ll_dir_read()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2096 __u32 flags = dp->ldp_flags; in lmv_adjust_dirpages()
2113 flags = dp->ldp_flags; in lmv_adjust_dirpages()
2128 first->ldp_flags &= ~cpu_to_le32(LDF_COLLIDE); in lmv_adjust_dirpages()
2129 first->ldp_flags |= flags & cpu_to_le32(LDF_COLLIDE); in lmv_adjust_dirpages()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h966 __u32 ldp_flags; member
984 if (le32_to_cpu(dp->ldp_flags) & LDF_EMPTY) in lu_dirent_start()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c572 LASSERTF((int)offsetof(struct lu_dirpage, ldp_flags) == 16, "found %lld\n", in lustre_assert_wire_constants()
573 (long long)(int)offsetof(struct lu_dirpage, ldp_flags)); in lustre_assert_wire_constants()
574 LASSERTF((int)sizeof(((struct lu_dirpage *)0)->ldp_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
575 (long long)(int)sizeof(((struct lu_dirpage *)0)->ldp_flags)); in lustre_assert_wire_constants()