Searched refs:ntfs_new_attr (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/ntfs/ |
D | attr.h | 33 int ntfs_new_attr(ntfs_inode *ino, int type, void *name, int namelen,
|
D | attr.c | 100 int ntfs_new_attr(ntfs_inode *ino, int type, void *name, int namelen, in ntfs_new_attr() function 507 error = ntfs_new_attr(ino, anum, name, namelen, data, dsize, &i, in ntfs_create_attr() 652 error = ntfs_new_attr(ino, type, name, namelen, in ntfs_insert_attribute() 656 error = ntfs_new_attr(ino, type, name, namelen, NULL, 0, &i, in ntfs_insert_attribute()
|