Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dattrib.h59 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);
H A Dinode.h52 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,
H A Dlayout.h476 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
H A Dattrib.c575 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find()
867 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find()
1197 int ntfs_attr_lookup(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_lookup()
1317 const ATTR_TYPE type) in ntfs_attr_find_in_attrdef()
1352 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPE type, in ntfs_attr_size_bounds_check()
1388 int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_non_resident()
1420 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) in ntfs_attr_can_be_resident()
H A Dinode.c214 struct inode *ntfs_attr_iget(struct inode *base_vi, ATTR_TYPE type, in ntfs_attr_iget()