Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A 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()
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()
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 Dntfs.h105 ATTR_STD = cpu_to_le32(0x10), enumerator
H A Dinode.c158 case ATTR_STD: in ntfs_read_mft()
1348 attr->type = ATTR_STD; in ntfs_create_inode()
H A Dsuper.c1441 if (ATTR_STD != t->type) { in ntfs_fill_super()
H A Dfslog.c2739 case ATTR_STD: in check_attr()