Home
last modified time | relevance | path

Searched refs:ATTR_STD_INFO5 (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ntfs3/
H A Dinode.c33 struct ATTR_STD_INFO5 *std5 = NULL; in ntfs_read_mft()
180 if (asize >= sizeof(struct ATTR_STD_INFO5) + roff && in ntfs_read_mft()
181 rsize >= sizeof(struct ATTR_STD_INFO5)) in ntfs_read_mft()
1250 struct ATTR_STD_INFO5 *std5; in ntfs_create_inode()
1402 dsize = sizeof(struct ATTR_STD_INFO5); in ntfs_create_inode()
H A Dntfs.h498 struct ATTR_STD_INFO5 { struct
516 static_assert(sizeof(struct ATTR_STD_INFO5) == 0x48); argument
H A Dxattr.c920 struct ATTR_STD_INFO5 *std; in ntfs_setxattr()
H A Dfrecord.c88 struct ATTR_STD_INFO5 *ni_std5(struct ntfs_inode *ni) in ni_std5()
94 return attr ? resident_data_ex(attr, sizeof(struct ATTR_STD_INFO5)) : in ni_std5()
H A Dntfs_fs.h554 struct ATTR_STD_INFO5 *ni_std5(struct ntfs_inode *ni);
H A Dfslog.c2757 if (rsize < sizeof(struct ATTR_STD_INFO5) && in check_attr()