Home
last modified time | relevance | path

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

/tools/testing/selftests/efivarfs/
Dopen-unlink.c33 flags |= FS_IMMUTABLE_FL; in set_immutable()
35 flags &= ~FS_IMMUTABLE_FL; in set_immutable()
63 if (flags & FS_IMMUTABLE_FL) in get_immutable()
/tools/include/uapi/linux/
Dfs.h242 #define FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro