Searched refs:AT_INDEX_ALLOCATION (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | index.c | 125 BUG_ON(idx_ni->type != AT_INDEX_ALLOCATION); in ntfs_index_lookup()
|
H A D | inode.c | 99 if (na->type == AT_INDEX_ALLOCATION) in ntfs_init_locked_inode() 222 BUG_ON(type == AT_INDEX_ALLOCATION); in ntfs_attr_iget() 280 na.type = AT_INDEX_ALLOCATION; in ntfs_index_iget() 876 ni->type = AT_INDEX_ALLOCATION; in ntfs_read_locked_inode() 894 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, I30, 4, in ntfs_read_locked_inode() 1198 * Note this cannot be called for AT_INDEX_ALLOCATION. 1447 * with the attribute type set to AT_INDEX_ALLOCATION. Apart from that, they 1597 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, ni->name, ni->name_len, in ntfs_read_locked_index_inode()
|
H A D | aops.c | 415 * AT_INDEX_ALLOCATION since this is the type of both directory and in ntfs_readpage() 418 if (ni->type != AT_INDEX_ALLOCATION) { in ntfs_readpage() 932 (NInoAttr(ni) && ni->type == AT_INDEX_ALLOCATION))); in ntfs_write_mst_block() 1367 * AT_INDEX_ALLOCATION since this is the type of both directory and in ntfs_writepage() 1370 if (ni->type != AT_INDEX_ALLOCATION) { in ntfs_writepage()
|
H A D | layout.h | 465 AT_INDEX_ALLOCATION = cpu_to_le32( 0xa0), enumerator
|
H A D | attrib.c | 1422 if (type == AT_INDEX_ALLOCATION) in ntfs_attr_can_be_resident()
|
H A D | mft.c | 2655 ni->type = AT_INDEX_ALLOCATION; in ntfs_mft_record_alloc()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | index.c | 125 BUG_ON(idx_ni->type != AT_INDEX_ALLOCATION); in ntfs_index_lookup()
|
H A D | inode.c | 99 if (na->type == AT_INDEX_ALLOCATION) in ntfs_init_locked_inode() 222 BUG_ON(type == AT_INDEX_ALLOCATION); in ntfs_attr_iget() 280 na.type = AT_INDEX_ALLOCATION; in ntfs_index_iget() 876 ni->type = AT_INDEX_ALLOCATION; in ntfs_read_locked_inode() 894 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, I30, 4, in ntfs_read_locked_inode() 1198 * Note this cannot be called for AT_INDEX_ALLOCATION. 1447 * with the attribute type set to AT_INDEX_ALLOCATION. Apart from that, they 1597 err = ntfs_attr_lookup(AT_INDEX_ALLOCATION, ni->name, ni->name_len, in ntfs_read_locked_index_inode()
|
H A D | aops.c | 416 * AT_INDEX_ALLOCATION since this is the type of both directory and in ntfs_read_folio() 419 if (ni->type != AT_INDEX_ALLOCATION) { in ntfs_read_folio() 934 (NInoAttr(ni) && ni->type == AT_INDEX_ALLOCATION))); in ntfs_write_mst_block() 1370 * AT_INDEX_ALLOCATION since this is the type of both directory and in ntfs_writepage() 1373 if (ni->type != AT_INDEX_ALLOCATION) { in ntfs_writepage()
|
H A D | layout.h | 465 AT_INDEX_ALLOCATION = cpu_to_le32( 0xa0), enumerator
|
H A D | attrib.c | 1422 if (type == AT_INDEX_ALLOCATION) in ntfs_attr_can_be_resident()
|
H A D | mft.c | 2657 ni->type = AT_INDEX_ALLOCATION; in ntfs_mft_record_alloc()
|
Completed in 32 milliseconds