Home
last modified time | relevance | path

Searched defs:ntfs_inode (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Dntfs_fs.h349 struct ntfs_inode { struct
350 struct mft_inode mi; // base record
357 u64 i_valid;
358 struct timespec64 i_crtime;
360 struct mutex ni_lock;
363 enum FILE_ATTRIBUTE std_fa;
364 __le32 std_security_id;
371 struct rb_root mi_tree;
376 u8 mi_loaded;
378 union {
[all …]
/Linux-v6.6/fs/ntfs/
Dinode.h27 typedef struct _ntfs_inode ntfs_inode; typedef
216 ntfs_inode ntfs_inode; member