Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dntfs.h268 RECORD_FLAG_DIR = cpu_to_le16(0x0002), enumerator
Dinode.c99 is_dir = rec->flags & RECORD_FLAG_DIR; in ntfs_read_mft()
Dfsntfs.c1647 err = mi_format_new(&ni->mi, sbi, rno, dir ? RECORD_FLAG_DIR : 0, in ntfs_new_inode()
Dfrecord.c3128 if (ni->mi.mrec->flags & RECORD_FLAG_DIR) { in ni_update_parent()