Home
last modified time | relevance | path

Searched refs:INDEX_ROOT (Results 1 – 7 of 7) sorted by relevance

/fs/ntfs3/
A Dindex.c878 const struct INDEX_ROOT *root = resident_data(attr); in indx_init()
881 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init()
883 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init()
1000 struct INDEX_ROOT *root; in indx_get_root()
1010 root = resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root()
1591 struct INDEX_ROOT *root, *a_root; in indx_insert_into_root()
1941 struct INDEX_ROOT *root; in indx_insert_entry()
2001 const struct INDEX_ROOT *root, in indx_find_buffer()
2267 struct INDEX_ROOT *root; in indx_delete_entry()
2612 sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in indx_delete_entry()
[all …]
A Dfsntfs.c1853 const struct INDEX_ROOT *root_sii; in ntfs_security_init()
1854 const struct INDEX_ROOT *root_sdh; in ntfs_security_init()
1877 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init()
1880 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init()
1900 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init()
1971 const struct INDEX_ROOT *root_sii; in ntfs_get_security_by_id()
2075 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security()
2076 const struct INDEX_ROOT *root_sii; in ntfs_insert_security()
2270 const struct INDEX_ROOT *root_r; in ntfs_reparse_init()
2308 const struct INDEX_ROOT *root; in ntfs_objid_init()
[all …]
A Dntfs.h792 struct INDEX_ROOT { struct
801 static_assert(sizeof(struct INDEX_ROOT) == 0x20); argument
802 static_assert(offsetof(struct INDEX_ROOT, ihdr) == 0x10);
A Ddir.c401 const struct INDEX_ROOT *root; in ntfs_readdir()
530 struct INDEX_ROOT *root; in ntfs_dir_count()
A Dntfs_fs.h682 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,
687 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen,
691 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
694 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
A Dinode.c42 const struct INDEX_ROOT *root; in ntfs_read_mft()
1195 struct INDEX_ROOT *root, *dir_root; in ntfs_create_inode()
1412 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode()
1427 memcpy(root, dir_root, offsetof(struct INDEX_ROOT, ihdr)); in ntfs_create_inode()
1433 e = Add2Ptr(root, sizeof(struct INDEX_ROOT)); in ntfs_create_inode()
A Dfslog.c2664 const struct INDEX_ROOT *root = resident_data(attr); in check_index_root()
2671 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) || in check_index_root()
2685 offsetof(struct INDEX_ROOT, ihdr)); in check_index_root()
3048 struct INDEX_ROOT *root; in do_action()

Completed in 31 milliseconds