Home
last modified time | relevance | path

Searched refs:truncate (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h453 int truncate(const char *, off_t);
816 #define truncate64 truncate
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl.h2579 * \param truncate Enable or disable (MBEDTLS_SSL_TRUNC_HMAC_ENABLED or
2582 void mbedtls_ssl_conf_truncated_hmac( mbedtls_ssl_config *conf, int truncate );
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c158 * free manner (e.g. truncate, hole punch and other extent manipulation
416 * transaction (such as truncate). This can result in deadlock since the long
1556 * truncate down, buffered (re-)write (delalloc), followed by in xfs_release()
1587 * truncate them away first before checking for a dirty release. in xfs_release()
1621 * Called to perform a truncate when an inode becomes unlinked.
1639 * of a system crash before the truncate completes. See the related in xfs_inactive_truncate()
1772 int truncate = 0; in xfs_inactive() local
1815 truncate = 1; in xfs_inactive()
1825 } else if (truncate) { in xfs_inactive()

Completed in 11 milliseconds