Home
last modified time | relevance | path

Searched refs:ATTR_LABEL (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Dntfs.h113 ATTR_LABEL = cpu_to_le32(0x60), enumerator
Dfsntfs.c2650 ni_remove_attr(ni, ATTR_LABEL, NULL, 0, false, NULL); in ntfs_set_label()
2652 err = ni_insert_resident(ni, uni->len * sizeof(u16), ATTR_LABEL, NULL, in ntfs_set_label()
Dsuper.c1205 attr = ni_find_attr(ni, NULL, NULL, ATTR_LABEL, NULL, 0, NULL, NULL); in ntfs_fill_super()
Dfslog.c2745 case ATTR_LABEL: in check_attr()