Searched refs:ntfs_get_ntfs_ea (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | ea.h | 31 int ntfs_get_ntfs_ea(ntfs_inode *ni, char *value, size_t size);
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | ea.c | 200 int ntfs_get_ntfs_ea(ntfs_inode *ni, char *value, size_t size) in ntfs_get_ntfs_ea() function 433 lth = ntfs_get_ntfs_ea(ni, buf, bufsize); in ntfs_ea_check_wsldev() 440 lth = ntfs_get_ntfs_ea(ni, buf, bufsize); in ntfs_ea_check_wsldev()
|
H A D | xattrs.c | 592 res = ntfs_get_ntfs_ea(ni, value, size); in ntfs_xattr_system_getxattr()
|
Completed in 3 milliseconds