#include "ioctl-getfilecontext.hc"
#include "ioctl-getxflg.hc"
-static inline int
-vc_get_iattr_compat_v11(char const *filename,
- dev_t dev, ino_t ino,
- xid_t * /*@null@*/ xid,
- uint32_t * /*@null@*/ flags,
- uint32_t * mask)
+static inline ALWAYSINLINE int
+vc_get_iattr_compat_fscompat(char const *filename,
+ dev_t dev, ino_t ino,
+ xid_t * /*@null@*/ xid,
+ uint32_t * /*@null@*/ flags,
+ uint32_t * mask)
{
int fd = open(filename, O_RDONLY);
struct stat st;
#include "ioctl-getxflg.hc"
static inline ALWAYSINLINE int
-vc_set_iattr_compat_v11(char const *filename,
- dev_t dev, ino_t ino, xid_t xid,
- uint32_t flags, uint32_t mask)
+vc_set_iattr_compat_fscompat(char const *filename,
+ dev_t dev, ino_t ino, xid_t xid,
+ uint32_t flags, uint32_t mask)
{
int fd = open(filename, O_RDONLY);
struct stat st;