Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2161 #define LUSTRE_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
2180 ((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()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2023 LASSERTF(LUSTRE_IMMUTABLE_FL == 0x00000010, "found 0x%.8x\n", in lustre_assert_wire_constants()
2024 LUSTRE_IMMUTABLE_FL); in lustre_assert_wire_constants()