Lines Matching full:hint
729 /* extent size hint validation */ in xfs_dinode_verify()
755 /* COW extent size hint validation */ in xfs_dinode_verify()
798 * Validate di_extsize hint.
800 * 1. Extent size hint is only valid for directories and regular files.
803 * 4. Hint cannot be larger than MAXTEXTLEN.
805 * 6. Hint value of 0 turns off hints, clears inode flags.
808 * 8. For non-realtime files, the extent size hint must be limited
834 * function has never checked that the extent size hint is an integer in xfs_inode_validate_extsize()
840 * extent size hint, so this is harmless for them. in xfs_inode_validate_extsize()
842 * If a directory with a misaligned extent size hint is allowed to in xfs_inode_validate_extsize()
843 * propagate that hint into a new regular realtime file, the result in xfs_inode_validate_extsize()
890 * Validate di_cowextsize hint.
892 * 1. CoW extent size hint can only be set if reflink is enabled on the fs.
895 * for a directory, the hint is propagated to new files.
897 * 4. Hint value of 0 turns off hints, clears inode flags.
899 * 6. The extent size hint must be limited to half the AG size to avoid
921 * propagate realtime status and a CoW extent size hint to newly in xfs_inode_validate_cowextsize()