Versions in this module Expand all Collapse all v1 v1.0.1 Mar 17, 2022 v1.0.0 Mar 17, 2022 Changes in this version + const FS_APPEND_FL + const FS_BTREE_FL + const FS_COMPRBLK_FL + const FS_COMPR_FL + const FS_DIRSYNC_FL + const FS_DIRTY_FL + const FS_EA_INODE_FL + const FS_ENCRYPT_FL + const FS_EOFBLOCKS_FL + const FS_EXTENT_FL + const FS_HUGE_FILE_FL + const FS_IMAGIC_FL + const FS_IMMUTABLE_FL + const FS_INDEX_FL + const FS_INLINE_DATA_FL + const FS_IOC_GETFLAGS + const FS_IOC_SETFLAGS + const FS_JOURNAL_DATA_FL + const FS_NOATIME_FL + const FS_NOCOMP_FL + const FS_NOCOW_FL + const FS_NODUMP_FL + const FS_NOTAIL_FL + const FS_PROJINHERIT_FL + const FS_RESERVED_FL + const FS_SECRM_FL + const FS_SYNC_FL + const FS_TOPDIR_FL + const FS_UNRM_FL + func GetAttrs(f *os.File) (int32, error) + func IsAttr(f *os.File, attr int32) (bool, error) + func SetAttr(f *os.File, attr int32) error + func UnsetAttr(f *os.File, attr int32) error