Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dxattr.c254 if (!(ni->ni_flags & NI_FLAG_EA)) in ntfs_get_ea()
511 ni->ni_flags |= NI_FLAG_EA; in ntfs_set_ea()
513 ni->ni_flags &= ~NI_FLAG_EA; in ntfs_set_ea()
726 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_listxattr()
Dinode.c376 ni->ni_flags |= NI_FLAG_EA; in ntfs_read_mft()
480 if (!(ni->ni_flags & NI_FLAG_EA)) { in ntfs_read_mft()
Dntfs_fs.h82 #define NI_FLAG_EA 0x00000020 macro
Dfrecord.c3186 if (ni->ni_flags & NI_FLAG_EA) { in ni_update_parent()