Searched refs:ntfs_fuse_trunc (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 1804 static int ntfs_fuse_trunc(const char *org_path, off_t size, in ntfs_fuse_trunc() function 1904 return ntfs_fuse_trunc(org_path, size, TRUE); in ntfs_fuse_truncate() 1914 return (ntfs_fuse_trunc(org_path, size, FALSE)); in ntfs_fuse_ftruncate()
|
D | lowntfs-3g.c | 1983 static int ntfs_fuse_trunc(struct SECURITY_CONTEXT *scx, fuse_ino_t ino, in ntfs_fuse_trunc() function 2281 res = ntfs_fuse_trunc(&security, ino, attr->st_size, in ntfs_fuse_setattr()
|