Home
last modified time | relevance | path

Searched defs:_ntfs_inode (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ntfs/
H A Dinode.h33 struct _ntfs_inode { struct
35 s64 initialized_size; /* Copy from the attribute record. */
36 s64 allocated_size; /* Copy from the attribute record. */
39 unsigned long mft_no; /* Number of the mft record / inode. */
40 u16 seq_no; /* Sequence number of the mft record. */
52 ATTR_TYPE type; /* Attribute type of this fake inode. */
53 ntfschar *name; /* Attribute name of this fake inode. */
86 u8 *attr_list; /* Attribute list value itself. */
88 union {
106 } itype;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ntfs/
H A Dinode.h33 struct _ntfs_inode { struct
35 s64 initialized_size; /* Copy from the attribute record. */
36 s64 allocated_size; /* Copy from the attribute record. */
39 unsigned long mft_no; /* Number of the mft record / inode. */
40 u16 seq_no; /* Sequence number of the mft record. */
52 ATTR_TYPE type; /* Attribute type of this fake inode. */
53 ntfschar *name; /* Attribute name of this fake inode. */
86 u8 *attr_list; /* Attribute list value itself. */
88 union {
106 } itype;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ntfs/
H A Dinode.h33 struct _ntfs_inode { struct
35 s64 initialized_size; /* Copy from the attribute record. */
36 s64 allocated_size; /* Copy from the attribute record. */
39 unsigned long mft_no; /* Number of the mft record / inode. */
40 u16 seq_no; /* Sequence number of the mft record. */
52 ATTR_TYPE type; /* Attribute type of this fake inode. */
53 ntfschar *name; /* Attribute name of this fake inode. */
86 u8 *attr_list; /* Attribute list value itself. */
88 union {
106 } itype;
[all …]
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/include/ntfs-3g/
H A Dinode.h106 struct _ntfs_inode { struct
107 u64 mft_no; /* Inode / mft record number. */
120 u8 *attr_list; /* Attribute list value itself. */
157 ntfs_time creation_time;
158 ntfs_time last_data_change_time;
159 ntfs_time last_mft_change_time;
160 ntfs_time last_access_time;
163 le32 owner_id;
164 le32 security_id;
165 le64 quota_charged;
[all …]