3 * Header file for attr.c
5 * Copyright (C) 1997 RĂ©gis Duchesne
8 int ntfs_extend_attr(ntfs_inode
*ino
, ntfs_attribute
*attr
, int *len
,
10 int ntfs_resize_attr(ntfs_inode
*ino
, ntfs_attribute
*attr
, int newsize
);
11 int ntfs_insert_attribute(ntfs_inode
*ino
, unsigned char* attrdata
);
12 int ntfs_read_compressed(ntfs_inode
*ino
, ntfs_attribute
*attr
, int offset
,
14 int ntfs_write_compressed(ntfs_inode
*ino
, ntfs_attribute
*attr
, int offset
,
16 int ntfs_create_attr(ntfs_inode
*ino
, int anum
, char *aname
, void *data
,
17 int dsize
, ntfs_attribute
**rattr
);
18 int ntfs_read_zero(ntfs_io
*dest
,int size
);
19 int ntfs_make_attr_nonresident(ntfs_inode
*ino
, ntfs_attribute
*attr
);
20 int ntfs_attr_allnonresident(ntfs_inode
*ino
);
21 int ntfs_new_attr( ntfs_inode
*ino
, int type
, void *name
, int namelen
,
22 int *pos
, int *found
, int do_search
);
23 void ntfs_insert_run( ntfs_attribute
*attr
, int cnum
, ntfs_cluster_t cluster
,