Home
last modified time | relevance | path

Searched refs:NI_FLAG_EA (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ntfs3/
H A Dxattr.c261 if (!(ni->ni_flags & NI_FLAG_EA)) in ntfs_get_ea()
518 ni->ni_flags |= NI_FLAG_EA; in ntfs_set_ea()
520 ni->ni_flags &= ~NI_FLAG_EA; in ntfs_set_ea()
750 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_listxattr()
H A Dinode.c376 ni->ni_flags |= NI_FLAG_EA; in ntfs_read_mft()
489 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_read_mft()
H A Dntfs_fs.h85 #define NI_FLAG_EA 0x00000020 macro
H A Dfrecord.c3033 } else if (ni->ni_flags & NI_FLAG_EA) { in ni_update_parent()