Home
last modified time | relevance | path

Searched refs:ATTR_STD_INFO (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ntfs3/
H A Dntfs.h478 struct ATTR_STD_INFO { struct
489 static_assert(sizeof(struct ATTR_STD_INFO) == 0x30); argument
H A Dinode.c160 asize < sizeof(struct ATTR_STD_INFO) + roff || in ntfs_read_mft()
161 rsize < sizeof(struct ATTR_STD_INFO)) in ntfs_read_mft()
1345 dsize = sizeof(struct ATTR_STD_INFO); in ntfs_create_inode()
H A Dfrecord.c74 struct ATTR_STD_INFO *ni_std(struct ntfs_inode *ni) in ni_std()
79 return attr ? resident_data_ex(attr, sizeof(struct ATTR_STD_INFO)) : in ni_std()
3246 struct ATTR_STD_INFO *std; in ni_write_inode()
3392 struct ATTR_STD_INFO *std; in ni_set_compress()
H A Dntfs_fs.h519 struct ATTR_STD_INFO *ni_std(struct ntfs_inode *ni);
H A Dfslog.c2756 rsize != sizeof(struct ATTR_STD_INFO)) { in check_attr()