Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dinode.c32 struct ATTR_STD_INFO5 *std5 = NULL; in ntfs_read_mft()
179 if (asize >= sizeof(struct ATTR_STD_INFO5) + roff && in ntfs_read_mft()
180 rsize >= sizeof(struct ATTR_STD_INFO5)) in ntfs_read_mft()
1232 struct ATTR_STD_INFO5 *std5; in ntfs_create_inode()
1375 dsize = sizeof(struct ATTR_STD_INFO5); in ntfs_create_inode()
H A Dntfs.h497 struct ATTR_STD_INFO5 { struct
515 static_assert(sizeof(struct ATTR_STD_INFO5) == 0x48); argument
H A Dxattr.c895 struct ATTR_STD_INFO5 *std; in ntfs_setxattr()
H A Dntfs_fs.h512 struct ATTR_STD_INFO5 *ni_std5(struct ntfs_inode *ni);
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 Dfslog.c2736 if (rsize < sizeof(struct ATTR_STD_INFO5) && in check_attr()