Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__debug168 _LIBCPP_HIDDEN void __remove(__i_node* __i);
H A Dfilesystem1433 bool __remove(const path& p, error_code* ec = nullptr);
1858 return __remove(__p);
1863 return __remove(__p, &__ec);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__debug168 _LIBCPP_HIDDEN void __remove(__i_node* __i);
H A Dfilesystem1433 bool __remove(const path& p, error_code* ec = nullptr);
1858 return __remove(__p);
1863 return __remove(__p, &__ec);
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-metadata.c1222 static int __remove(struct dm_cache_metadata *cmd, dm_cblock_t cblock) in __remove() function
1242 r = __remove(cmd, cblock); in dm_cache_remove_mapping()
H A Ddm-bufio.c313 static void __remove(struct dm_bufio_client *c, struct dm_buffer *b) in __remove() function
527 __remove(b->c, b); in __unlink_buffer()
H A Ddm-thin-metadata.c1645 static int __remove(struct dm_thin_device *td, dm_block_t block) in __remove() function
1726 r = __remove(td, block); in dm_thin_remove_block()