Searched refs:re (Results 1 – 10 of 10) sorted by relevance
/fs/btrfs/ |
D | ref-verify.c | 117 struct root_entry *re) in insert_root_entry() argument 126 if (entry->root_objectid > re->root_objectid) in insert_root_entry() 128 else if (entry->root_objectid < re->root_objectid) in insert_root_entry() 134 rb_link_node(&re->node, parent_node, p); in insert_root_entry() 135 rb_insert_color(&re->node, root); in insert_root_entry() 234 struct root_entry *re; in free_block_entry() local 240 re = rb_entry(n, struct root_entry, node); in free_block_entry() 241 rb_erase(&re->node, &be->roots); in free_block_entry() 242 kfree(re); in free_block_entry() 265 struct root_entry *re = NULL; in add_block_entry() local [all …]
|
/fs/ntfs3/ |
D | index.c | 848 struct NTFS_DE *re) in hdr_delete_de() argument 851 u16 esize = le16_to_cpu(re->size); in hdr_delete_de() 852 u32 off = PtrOffset(hdr, re); in hdr_delete_de() 864 memmove(re, Add2Ptr(re, esize), bytes); in hdr_delete_de() 866 return re; in hdr_delete_de() 1560 struct NTFS_DE *e, *e0, *re; in indx_insert_into_root() local 1631 re = NULL; in indx_insert_into_root() 1633 re = kmemdup(e0, to_move, GFP_NOFS); in indx_insert_into_root() 1634 if (!re) { in indx_insert_into_root() 1713 hdr_insert_head(hdr, re, to_move); in indx_insert_into_root() [all …]
|
D | fsntfs.c | 2351 struct NTFS_DE_R re; in ntfs_insert_reparse() local 2356 memset(&re, 0, sizeof(re)); in ntfs_insert_reparse() 2358 re.de.view.data_off = cpu_to_le16(offsetof(struct NTFS_DE_R, zero)); in ntfs_insert_reparse() 2359 re.de.size = cpu_to_le16(sizeof(struct NTFS_DE_R)); in ntfs_insert_reparse() 2360 re.de.key_size = cpu_to_le16(sizeof(re.key)); in ntfs_insert_reparse() 2362 re.key.ReparseTag = rtag; in ntfs_insert_reparse() 2363 memcpy(&re.key.ref, ref, sizeof(*ref)); in ntfs_insert_reparse() 2367 err = indx_insert_entry(indx, ni, &re.de, NULL, NULL, 0); in ntfs_insert_reparse() 2383 struct NTFS_DE_R *re; in ntfs_remove_reparse() local 2413 (struct NTFS_DE **)&re, fnd); in ntfs_remove_reparse() [all …]
|
/fs/adfs/ |
D | Kconfig | 28 codes, so if you're unsure, say N.
|
/fs/crypto/ |
D | Kconfig | 31 # implementations if you're sure they will never be needed, though.
|
/fs/squashfs/ |
D | Kconfig | 220 has to re-read fragments less often from disk, at the expense
|
/fs/jffs2/ |
D | README.Locking | 90 long as the pointer you're holding is to a _valid_ node, not an
|
/fs/cramfs/ |
D | README | 182 will disagree. (If it is implemented, then I'll re-use that code in
|
/fs/affs/ |
D | Changes | 129 patches he did. They're marked (BH). Thanks, Bill!
|
/fs/ |
D | Kconfig | 194 files for sound to work properly. In short, if you're not sure,
|