Searched refs:LUSTRE_IMMUTABLE_FL (Results 1 – 2 of 2) sorted by relevance
2161 #define LUSTRE_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro2180 ((flags & LUSTRE_IMMUTABLE_FL) ? S_IMMUTABLE : 0)); in ll_ext_to_inode_flags()2191 ((iflags & S_IMMUTABLE) ? LUSTRE_IMMUTABLE_FL : 0)); in ll_inode_to_ext_flags()
2023 LASSERTF(LUSTRE_IMMUTABLE_FL == 0x00000010, "found 0x%.8x\n", in lustre_assert_wire_constants()2024 LUSTRE_IMMUTABLE_FL); in lustre_assert_wire_constants()