Home
last modified time | relevance | path

Searched refs:AT_GETATTR_NOSEC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfcntl.h120 #define AT_GETATTR_NOSEC 0x80000000 macro
/openbmc/linux/fs/
H A Dstat.c137 query_flags | AT_GETATTR_NOSEC); in vfs_getattr_nosec()
170 if (WARN_ON_ONCE(query_flags & AT_GETATTR_NOSEC)) in vfs_getattr()
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h403 if (flags & AT_GETATTR_NOSEC) in ovl_do_getattr()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c1012 if (flags & AT_GETATTR_NOSEC) in ecryptfs_do_getattr()