Searched refs:ATTR_STD (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | frecord.c | 78 attr = mi_find_attr(&ni->mi, NULL, ATTR_STD, NULL, 0, NULL); in ni_std() 92 attr = mi_find_attr(&ni->mi, NULL, ATTR_STD, NULL, 0, NULL); in ni_std5() 195 (!name_len && (type == ATTR_LIST || type == ATTR_STD))) { in ni_find_attr() 846 else if (attr->type == ATTR_STD) in ni_create_attr_list() 966 if (type == ATTR_STD || type == ATTR_LIST || in ni_ins_attr_ext() 1086 * The ATTR_LIST and ATTR_STD cannot be made external. 1159 if (attr->type == ATTR_STD) in ni_insert_attr() 1184 if (attr->type == ATTR_STD || attr->type == ATTR_LIST) in ni_insert_attr() 1388 if (le->type == ATTR_STD) in ni_expand_list()
|
H A D | ntfs.h | 108 ATTR_STD = cpu_to_le32(0x10), enumerator
|
H A D | inode.c | 158 case ATTR_STD: in ntfs_read_mft() 1375 attr->type = ATTR_STD; in ntfs_create_inode()
|
H A D | super.c | 1445 if (!idx && ATTR_STD != t->type) { in ntfs_fill_super()
|
H A D | fslog.c | 2734 case ATTR_STD: in check_attr()
|
Completed in 16 milliseconds