Searched refs:write_head (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/s390/kernel/ |
D | sclp.c | 93 static unsigned char write_head[] = { in _sclp_print() local 128 memcpy(_sclp_work_area, write_head, sizeof(write_head)); in _sclp_print() 129 ptr = _sclp_work_area + sizeof(write_head); in _sclp_print()
|
/linux-4.4.14/fs/ubifs/ |
D | journal.c | 286 static int write_head(struct ubifs_info *c, int jhead, void *buf, int len, in write_head() function 619 err = write_head(c, BASEHD, dent, len, &lnum, &dent_offs, sync); in ubifs_jnl_update() 811 err = write_head(c, BASEHD, ino, len, &lnum, &offs, sync); in ubifs_jnl_write_inode() 1019 err = write_head(c, BASEHD, dent, len, &lnum, &offs, sync); in ubifs_jnl_rename() 1220 err = write_head(c, BASEHD, ino, len, &lnum, &offs, sync); in ubifs_jnl_truncate() 1338 err = write_head(c, BASEHD, xent, len, &lnum, &xent_offs, sync); in ubifs_jnl_delete_xattr() 1430 err = write_head(c, BASEHD, ino, aligned_len, &lnum, &offs, 0); in ubifs_jnl_change_xattr()
|