Searched defs:cc (Results  1 – 9 of 9) sorted by relevance
| /fs/f2fs/ | 
| D | compress.c | 61 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index)  in offset_in_cluster() 66 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index)  in cluster_idx() 71 static pgoff_t start_idx_of_cluster(struct compress_ctx *cc)  in start_idx_of_cluster() 102 static void f2fs_drop_rpages(struct compress_ctx *cc, int len, bool unlock)  in f2fs_drop_rpages() 116 static void f2fs_put_rpages(struct compress_ctx *cc)  in f2fs_put_rpages() 121 static void f2fs_unlock_rpages(struct compress_ctx *cc, int len)  in f2fs_unlock_rpages() 126 static void f2fs_put_rpages_wbc(struct compress_ctx *cc,  in f2fs_put_rpages_wbc() 145 int f2fs_init_compress_ctx(struct compress_ctx *cc)  in f2fs_init_compress_ctx() 154 void f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse)  in f2fs_destroy_compress_ctx() 165 void f2fs_compress_ctx_add_page(struct compress_ctx *cc, struct folio *folio)  in f2fs_compress_ctx_add_page() [all …] 
 | 
| D | data.c | 2206 int f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret,  in f2fs_read_multi_pages() 2392 	struct compress_ctx cc = {  in f2fs_mpage_readpages()  local 2987 	struct compress_ctx cc = {  in f2fs_write_cache_pages()  local
  | 
| /fs/fuse/ | 
| D | cuse.c | 117 	struct cuse_conn *cc = NULL, *pos;  in cuse_open()  local 159 	struct cuse_conn *cc = fc_to_cc(ff->fm->fc);  in cuse_file_ioctl()  local 172 	struct cuse_conn *cc = fc_to_cc(ff->fm->fc);  in cuse_file_compat_ioctl()  local 327 	struct cuse_conn *cc = fc_to_cc(fc), *pos;  in cuse_process_init_reply()  local 429 static int cuse_send_init(struct cuse_conn *cc)  in cuse_send_init() 502 	struct cuse_conn *cc;  in cuse_channel_open()  local 550 	struct cuse_conn *cc = fc_to_cc(fud->fc);  in cuse_channel_release()  local 580 	struct cuse_conn *cc = dev_get_drvdata(dev);  in cuse_class_waiting_show()  local 590 	struct cuse_conn *cc = dev_get_drvdata(dev);  in cuse_class_abort_store()  local
  | 
| /fs/smb/server/ | 
| D | oplock.c | 1486 	struct create_context *cc;  in parse_lease_state()  local 1544 	struct create_context *cc;  in smb2_find_context_vals()  local 1594 void create_durable_rsp_buf(char *cc)  in create_durable_rsp_buf() 1618 void create_durable_v2_rsp_buf(char *cc, struct ksmbd_file *fp)  in create_durable_v2_rsp_buf() 1646 void create_mxac_rsp_buf(char *cc, int maximal_access)  in create_mxac_rsp_buf() 1668 void create_disk_id_rsp_buf(char *cc, __u64 file_id, __u64 vol_id)  in create_disk_id_rsp_buf() 1695 void create_posix_rsp_buf(char *cc, struct ksmbd_file *fp)  in create_posix_rsp_buf()
  | 
| /fs/overlayfs/ | 
| D | copy_up.c | 735 static int ovl_prep_cu_creds(struct dentry *dentry, struct ovl_cu_creds *cc)  in ovl_prep_cu_creds() 750 static void ovl_revert_cu_creds(struct ovl_cu_creds *cc)  in ovl_revert_cu_creds() 769 	struct ovl_cu_creds cc;  in ovl_copy_up_workdir()  local 870 	struct ovl_cu_creds cc;  in ovl_copy_up_tmpfile()  local
  | 
| /fs/smb/client/ | 
| D | reparse.c | 335 	struct smb2_create_ea_ctx *cc;  in ea_create_context()  local 362 	struct smb2_create_ea_ctx *cc;  in wsl_set_xattrs()  local 422 	struct smb2_create_ea_ctx *cc;  in mknod_wsl()  local
  | 
| D | smb2pdu.c | 2298 parse_query_id_ctxt(struct create_context *cc, struct smb2_file_all_info *buf)  in parse_query_id_ctxt() 2308 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info,  in parse_posix_ctxt() 2350 	struct create_context *cc;  in smb2_parse_contexts()  local
  | 
| /fs/hfsplus/ | 
| D | unicode.c | 102 static u16 *hfsplus_compose_lookup(u16 *p, u16 cc)  in hfsplus_compose_lookup() 129 	u16 cc, c0, c1;  in hfsplus_uni2asc()  local
  | 
| /fs/ubifs/ | 
| D | ubifs.h | 845 	struct crypto_comp *cc;  member
  |