Searched defs:ntfs_inode (Results 1 – 1 of 1) sorted by relevance
351 struct ntfs_inode { struct352 struct mft_inode mi; // base record359 u64 i_valid;360 struct timespec64 i_crtime;362 struct mutex ni_lock;365 enum FILE_ATTRIBUTE std_fa;366 __le32 std_security_id;373 struct rb_root mi_tree;378 u8 mi_loaded;380 union {[all …]