Searched refs:resident_data_ex (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | xattr.c | 96 *info = resident_data_ex(attr_info, sizeof(struct EA_INFO)); in ntfs_read_ea() 135 void *p = resident_data_ex(attr_ea, size); in ntfs_read_ea() 477 p = resident_data_ex(attr, sizeof(struct EA_INFO)); in ntfs_set_ea() 506 p = resident_data_ex(attr, size); in ntfs_set_ea()
|
H A D | frecord.c | 79 return attr ? resident_data_ex(attr, sizeof(struct ATTR_STD_INFO)) : in ni_std() 94 return attr ? resident_data_ex(attr, sizeof(struct ATTR_STD_INFO5)) : in ni_std5() 924 memcpy(resident_data_ex(attr, lsize), ni->attr_list.le, lsize); in ni_create_attr_list() 1668 fname = resident_data_ex(attr, SIZEOF_ATTRIBUTE_FILENAME); in ni_fname_name() 1710 fname = resident_data_ex(attr, SIZEOF_ATTRIBUTE_FILENAME); in ni_fname_type() 1813 rp = resident_data_ex(attr, sizeof(struct REPARSE_DATA_BUFFER)); in ni_parse_reparse() 3187 info = resident_data_ex(attr, sizeof(struct EA_INFO)); in ni_update_parent() 3202 fname = resident_data_ex(attr, SIZEOF_ATTRIBUTE_FILENAME); in ni_update_parent()
|
H A D | namei.c | 461 fname = resident_data_ex(attr, SIZEOF_ATTRIBUTE_FILENAME); in ntfs3_get_parent()
|
H A D | inode.c | 376 resident_data_ex(attr, sizeof(struct EA_INFO))) { in ntfs_read_mft() 1673 fn = resident_data_ex(attr, SIZEOF_ATTRIBUTE_FILENAME); in ntfs_create_inode() 1961 rp = resident_data_ex(attr, sizeof(struct REPARSE_DATA_BUFFER)); in ntfs_readlink_hlp()
|
H A D | fsntfs.c | 955 info = resident_data_ex(attr, SIZEOF_ATTRIBUTE_VOLUME_INFO); in ntfs_set_state() 1897 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init() 1917 !(root_sii = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init()
|
H A D | ntfs.h | 446 static inline void *resident_data_ex(const struct ATTRIB *attr, u32 datasize) in resident_data_ex() function
|
H A D | super.c | 1236 !(info = resident_data_ex(attr, SIZEOF_ATTRIBUTE_VOLUME_INFO))) { in ntfs_fill_super()
|
H A D | index.c | 1010 root = resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root()
|