Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/common/
Dlinux_types.h202 #define STATX_ATTR_IMMUTABLE 0x00000010 macro
Dlinux_file64.c128 stx->stx_attributes |= STATX_ATTR_IMMUTABLE; in bsd_to_linux_statx()
133 STATX_ATTR_NODUMP | STATX_ATTR_IMMUTABLE | STATX_ATTR_APPEND; in bsd_to_linux_statx()