Searched refs:cs (Results 1 – 8 of 8) sorted by relevance
/fs/fuse/ |
D | dev.c | 504 static void fuse_copy_init(struct fuse_copy_state *cs, struct fuse_conn *fc, in fuse_copy_init() argument 508 memset(cs, 0, sizeof(*cs)); in fuse_copy_init() 509 cs->fc = fc; in fuse_copy_init() 510 cs->write = write; in fuse_copy_init() 511 cs->req = req; in fuse_copy_init() 512 cs->iov = iov; in fuse_copy_init() 513 cs->nr_segs = nr_segs; in fuse_copy_init() 517 static void fuse_copy_finish(struct fuse_copy_state *cs) in fuse_copy_finish() argument 519 if (cs->mapaddr) { in fuse_copy_finish() 520 kunmap_atomic(cs->mapaddr, KM_USER0); in fuse_copy_finish() [all …]
|
/fs/partitions/ |
D | sgi.c | 36 __be32 *ui, cs; in sgi_partition() local 55 cs = *ui--; in sgi_partition() 56 csum += be32_to_cpu(cs); in sgi_partition()
|
/fs/ubifs/ |
D | sb.c | 79 struct ubifs_cs_node *cs; in create_default_filesystem() local 331 cs = kzalloc(tmp, GFP_KERNEL); in create_default_filesystem() 332 if (!cs) in create_default_filesystem() 335 cs->ch.node_type = UBIFS_CS_NODE; in create_default_filesystem() 336 err = ubifs_write_node(c, cs, UBIFS_CS_NODE_SZ, UBIFS_LOG_LNUM, in create_default_filesystem() 338 kfree(cs); in create_default_filesystem()
|
D | log.c | 400 struct ubifs_cs_node *cs; in ubifs_log_start_commit() local 410 buf = cs = kmalloc(max_len, GFP_NOFS); in ubifs_log_start_commit() 414 cs->ch.node_type = UBIFS_CS_NODE; in ubifs_log_start_commit() 415 cs->cmt_no = cpu_to_le64(c->cmt_no); in ubifs_log_start_commit() 416 ubifs_prepare_node(c, cs, UBIFS_CS_NODE_SZ, 0); in ubifs_log_start_commit() 461 err = ubifs_leb_write(c, c->lhead_lnum, cs, 0, len, UBI_SHORTTERM); in ubifs_log_start_commit()
|
/fs/efs/ |
D | super.c | 148 __be32 cs, *ui; in module_exit() local 165 cs = *ui--; in module_exit() 166 csum += be32_to_cpu(cs); in module_exit()
|
/fs/ocfs2/cluster/ |
D | heartbeat.c | 244 unsigned int cs = *current_slot; in o2hb_setup_one_bio() local 260 bio->bi_sector = (reg->hr_start_block + cs) << (bits - 9); in o2hb_setup_one_bio() 265 vec_start = (cs << bits) % PAGE_CACHE_SIZE; in o2hb_setup_one_bio() 266 while(cs < max_slots) { in o2hb_setup_one_bio() 267 current_page = cs / spp; in o2hb_setup_one_bio() 271 (max_slots-cs) * (PAGE_CACHE_SIZE/spp) ); in o2hb_setup_one_bio() 279 cs += vec_len / (PAGE_CACHE_SIZE/spp); in o2hb_setup_one_bio() 284 *current_slot = cs; in o2hb_setup_one_bio()
|
/fs/coda/ |
D | Kconfig | 18 home page <http://www.coda.cs.cmu.edu/>.
|
/fs/btrfs/ |
D | tree-log.c | 2500 u64 cs = btrfs_file_extent_offset(src, extent); in copy_items() local 2505 cs = 0; in copy_items() 2519 ds + cs, ds + cs + cl - 1, in copy_items()
|