Searched refs:ATTR_TYPE (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/ntfs/ |
D | attrib.h | 59 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, 82 const ATTR_TYPE type, const s64 size); 84 const ATTR_TYPE type); 86 const ATTR_TYPE type);
|
D | inode.h | 52 ATTR_TYPE type; /* Attribute type of this fake inode. */ 253 ATTR_TYPE type; 259 extern struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type,
|
D | layout.h | 476 typedef le32 ATTR_TYPE; typedef 578 /* 80*/ ATTR_TYPE type; /* Type of the attribute. */ 685 /* 0*/ ATTR_TYPE type; /* The (32-bit) type of the attribute. */ 960 /* 0*/ ATTR_TYPE type; /* Type of referenced attribute. */ 2007 ATTR_TYPE type; /* Type of the indexed attribute. Is
|
D | attrib.c | 575 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find() 843 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find() 1173 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_lookup() 1293 const ATTR_TYPE type) in ntfs_attr_find_in_attrdef() 1328 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check() 1364 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident() 1396 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
|
D | inode.c | 214 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, in ntfs_attr_iget()
|