Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Dattrib.h73 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name,
96 const ATTR_TYPE type, const s64 size);
98 const ATTR_TYPE type);
100 const ATTR_TYPE type);
Dinode.h66 ATTR_TYPE type; /* Attribute type of this fake inode. */
267 ATTR_TYPE type;
275 extern struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
Dlayout.h490 typedef le32 ATTR_TYPE; typedef
592 /* 80*/ ATTR_TYPE type; /* Type of the attribute. */
699 /* 0*/ ATTR_TYPE type; /* The (32-bit) type of the attribute. */
974 /* 0*/ ATTR_TYPE type; /* Type of referenced attribute. */
2021 ATTR_TYPE type; /* Type of the indexed attribute. Is
Dattrib.c589 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find()
857 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find()
1187 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_lookup()
1307 const ATTR_TYPE type) in ntfs_attr_find_in_attrdef()
1342 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check()
1378 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident()
1410 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
Dinode.c227 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, in ntfs_attr_iget()