Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dntfs.h114 ATTR_LABEL = cpu_to_le32(0x60), enumerator
H A Dfsntfs.c2691 ni_remove_attr(ni, ATTR_LABEL, NULL, 0, false, NULL); in ntfs_set_label()
2693 err = ni_insert_resident(ni, uni_bytes, ATTR_LABEL, NULL, 0, &attr, in ntfs_set_label()
H A Dsuper.c1351 attr = ni_find_attr(ni, NULL, NULL, ATTR_LABEL, NULL, 0, NULL, NULL); in ntfs_fill_super()
H A Dfslog.c2821 case ATTR_LABEL: in check_attr()