Searched refs:ATTR_TYPE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ntfs/ |
D | attrib.h | 73 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);
|
D | inode.h | 66 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,
|
D | layout.h | 490 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
|
D | attrib.c | 589 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()
|
D | inode.c | 227 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, in ntfs_attr_iget()
|