Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dfrecord.c78 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()
843 else if (attr->type == ATTR_STD) in ni_create_attr_list()
960 if (type == ATTR_STD || type == ATTR_LIST || in ni_ins_attr_ext()
1153 if (attr->type == ATTR_STD) in ni_insert_attr()
1178 if (attr->type == ATTR_STD || attr->type == ATTR_LIST) in ni_insert_attr()
1382 if (le->type == ATTR_STD) in ni_expand_list()
Dntfs.h110 ATTR_STD = cpu_to_le32(0x10), enumerator
Dinode.c136 case ATTR_STD: in ntfs_read_mft()
1329 attr->type = ATTR_STD; in ntfs_create_inode()
Dsuper.c1162 if (!idx && ATTR_STD != t->type) { in ntfs_fill_super()
Dattrib.c68 case ATTR_STD: in attr_must_be_resident()
Dfslog.c2733 case ATTR_STD: in check_attr()