Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dxattr.c209 if (!(ni->ni_flags & NI_FLAG_EA)) in ntfs_get_ea()
467 ni->ni_flags |= NI_FLAG_EA; in ntfs_set_ea()
469 ni->ni_flags &= ~NI_FLAG_EA; in ntfs_set_ea()
703 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_listxattr()
Dinode.c353 ni->ni_flags |= NI_FLAG_EA; in ntfs_read_mft()
457 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_read_mft()
Dntfs_fs.h78 #define NI_FLAG_EA 0x00000020 macro
Dfrecord.c3170 if (ni->ni_flags & NI_FLAG_EA) { in ni_update_parent()