Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dxattr.c209 if (!(ni->ni_flags & NI_FLAG_EA)) in ntfs_get_ea()
461 ni->ni_flags |= NI_FLAG_EA; in ntfs_set_ea()
463 ni->ni_flags &= ~NI_FLAG_EA; in ntfs_set_ea()
697 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_listxattr()
Dinode.c350 ni->ni_flags |= NI_FLAG_EA; in ntfs_read_mft()
447 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_read_mft()
Dntfs_fs.h79 #define NI_FLAG_EA 0x00000020 macro
Dfrecord.c3098 if (ni->ni_flags & NI_FLAG_EA) { in ni_update_parent()