ZenFS
    Preparing search index...

    Enumeration InodeFlagsExperimental

    Inode flags

    S_* in include/linux/fs.h (around L2325)

    Index

    Enumeration Members

    Append: 4

    Append-only file

    AutoMount: 2048

    Automount/referral quasi-directory

    CaseFold: 32768

    Casefolded file

    DAX: 8192

    Direct Access, avoiding the page cache

    Dead: 16

    removed, but still open directory

    Dirsync: 64

    Directory modifications are synchronous

    Encrypted: 16384

    Encrypted file (using fs/crypto/)

    IMA: 1024

    Inode has an associated IMA struct

    Immutable: 8

    Immutable file

    KernelFile: 131072

    File is in use by the kernel (eg. fs/cachefiles)

    NoAtime: 2

    Do not update access times

    NoCMtime: 128

    Do not update file c/mtime

    NoQuota: 32

    Inode is not counted to quota

    NoSec: 4096

    no suid or xattr security attributes

    Private: 512

    Inode is fs-internal

    SwapFile: 256

    Do not truncate: swapon got its bmaps

    Sync: 1

    Writes are synced at once

    Verity: 65536

    Verity file (using fs/verity/)