Home
last modified time | relevance | path

Searched refs:STATX_ATTR_MOUNT_ROOT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatx-generic.h52 # define STATX_ATTR_MOUNT_ROOT 0x2000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatx-generic.h52 # define STATX_ATTR_MOUNT_ROOT 0x2000 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h187 #define STATX_ATTR_MOUNT_ROOT 0x00002000 /* Root of a mount */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h184 #define STATX_ATTR_MOUNT_ROOT 0x00002000 /* Root of a mount */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c201 stat->attributes |= STATX_ATTR_MOUNT_ROOT; in vfs_statx()
202 stat->attributes_mask |= STATX_ATTR_MOUNT_ROOT; in vfs_statx()