Searched refs:ATTR_STD (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/fs/ntfs3/ |
| D | frecord.c | 77 attr = mi_find_attr(&ni->mi, NULL, ATTR_STD, NULL, 0, NULL); in ni_std() 91 attr = mi_find_attr(&ni->mi, NULL, ATTR_STD, NULL, 0, NULL); in ni_std5() 194 (!name_len && (type == ATTR_LIST || type == ATTR_STD))) { in ni_find_attr() 812 else if (attr->type == ATTR_STD) in ni_create_attr_list() 929 if (type == ATTR_STD || type == ATTR_LIST || in ni_ins_attr_ext() 1109 if (attr->type == ATTR_STD) in ni_insert_attr() 1134 if (attr->type == ATTR_STD || attr->type == ATTR_LIST) in ni_insert_attr() 1327 if (le->type == ATTR_STD) in ni_expand_list()
|
| D | ntfs.h | 110 ATTR_STD = cpu_to_le32(0x10), enumerator
|
| D | inode.c | 133 case ATTR_STD: in ntfs_read_mft() 1321 attr->type = ATTR_STD; in ntfs_create_inode()
|
| D | super.c | 1150 if (!idx && ATTR_STD != t->type) { in ntfs_fill_super()
|
| D | attrib.c | 68 case ATTR_STD: in attr_must_be_resident()
|
| D | fslog.c | 2754 case ATTR_STD: in check_attr()
|