Searched defs:ntfs_inode (Results 1 – 1 of 1) sorted by relevance
352 struct ntfs_inode { struct353 struct mft_inode mi; // base record360 u64 i_valid;361 struct timespec64 i_crtime;363 struct mutex ni_lock;366 enum FILE_ATTRIBUTE std_fa;367 __le32 std_security_id;374 struct rb_root mi_tree;379 u8 mi_loaded;381 union {[all …]