Lines Matching full:hint
733 /* extent size hint validation */ in xfs_dinode_verify()
764 /* COW extent size hint validation */ in xfs_dinode_verify()
809 * Validate di_extsize hint.
811 * 1. Extent size hint is only valid for directories and regular files.
814 * 4. Hint cannot be larger than MAXTEXTLEN.
816 * 6. Hint value of 0 turns off hints, clears inode flags.
819 * 8. For non-realtime files, the extent size hint must be limited
845 * function has never checked that the extent size hint is an integer in xfs_inode_validate_extsize()
851 * extent size hint, so this is harmless for them. in xfs_inode_validate_extsize()
853 * If a directory with a misaligned extent size hint is allowed to in xfs_inode_validate_extsize()
854 * propagate that hint into a new regular realtime file, the result in xfs_inode_validate_extsize()
901 * Validate di_cowextsize hint.
903 * 1. CoW extent size hint can only be set if reflink is enabled on the fs.
906 * for a directory, the hint is propagated to new files.
908 * 4. Hint value of 0 turns off hints, clears inode flags.
910 * 6. The extent size hint must be limited to half the AG size to avoid
932 * propagate realtime status and a CoW extent size hint to newly in xfs_inode_validate_cowextsize()