Home
last modified time | relevance | path

Searched refs:NI_FLAG_DIR (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/ntfs3/
Dinode.c263 ni->ni_flags |= NI_FLAG_DIR; in ntfs_read_mft()
324 if (ni->ni_flags & NI_FLAG_DIR) { in ntfs_read_mft()
327 ni->ni_flags &= ~NI_FLAG_DIR; in ntfs_read_mft()
1460 ni->ni_flags |= NI_FLAG_DIR; in ntfs_create_inode()
Dntfs_fs.h79 #define NI_FLAG_DIR 0x00000040 macro
Dfrecord.c120 if (ni->ni_flags & NI_FLAG_DIR) in ni_clear()