Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfileattr.h33 bool fsx_valid:1; member
50 return fa->fsx_valid && in fileattr_has_fsx()
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl.c1247 if (!fa->fsx_valid) in xfs_ioctl_setattr_check_extsize()
1290 if (!fa->fsx_valid) in xfs_ioctl_setattr_check_cowextsize()
1310 if (!fa->fsx_valid) in xfs_ioctl_setattr_check_projid()
1338 if (!fa->fsx_valid) { in xfs_fileattr_set()
1357 if (fa->fsx_valid && XFS_IS_QUOTA_ON(mp)) { in xfs_fileattr_set()
1385 if (!fa->fsx_valid) in xfs_fileattr_set()
/openbmc/linux/fs/
H A Dioctl.c468 fa->fsx_valid = true; in fileattr_fill_xflags()
738 struct fileattr fa = { .fsx_valid = true }; /* hint only */ in ioctl_fsgetxattr()
/openbmc/linux/fs/overlayfs/
H A Dinode.c755 cmd = fa->fsx_valid ? FS_IOC_FSSETXATTR : FS_IOC_SETFLAGS; in ovl_security_fileattr()
757 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()