Searched refs:write_node (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | repository.c | 1107 static int write_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in write_node() function 1132 result = write_node( in ps3_repository_write_highmem_region_count() 1144 return write_node( in ps3_repository_write_highmem_base() 1155 return write_node( in ps3_repository_write_highmem_size()
|
/linux-4.4.14/fs/ubifs/ |
D | journal.c | 255 static int write_node(struct ubifs_info *c, int jhead, void *node, int len, in write_node() function 745 err = write_node(c, DATAHD, data, dlen, &lnum, &offs); in ubifs_jnl_write_data()
|