Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 6 of 6) sorted by relevance

/fs/fuse/
Dcuse.c118 struct cuse_conn *cc = NULL, *pos; in cuse_open() local
126 cc = pos; in cuse_open()
132 if (!cc) in cuse_open()
139 rc = fuse_do_open(&cc->fc, 0, file, 0); in cuse_open()
141 fuse_conn_put(&cc->fc); in cuse_open()
160 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_ioctl() local
163 if (cc->unrestricted_ioctl) in cuse_file_ioctl()
173 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_compat_ioctl() local
176 if (cc->unrestricted_ioctl) in cuse_file_compat_ioctl()
313 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply() local
[all …]
/fs/hfsplus/
Dunicode.c101 static u16 *hfsplus_compose_lookup(u16 *p, u16 cc) in hfsplus_compose_lookup() argument
107 if (!e || cc < p[s * 2] || cc > p[e * 2]) in hfsplus_compose_lookup()
111 if (cc > p[i * 2]) in hfsplus_compose_lookup()
113 else if (cc < p[i * 2]) in hfsplus_compose_lookup()
128 u16 cc, c0, c1; in hfsplus_uni2asc() local
146 cc = ce1[0]; in hfsplus_uni2asc()
148 cc = 0; in hfsplus_uni2asc()
149 if (cc) { in hfsplus_uni2asc()
151 if (cc != 0xffff) in hfsplus_uni2asc()
158 cc = (c0 - Hangul_LBase) * Hangul_VCount; in hfsplus_uni2asc()
[all …]
/fs/ubifs/
Dcompress.c110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
173 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
194 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
195 if (IS_ERR(compr->cc)) { in compr_init()
197 compr->name, PTR_ERR(compr->cc)); in compr_init()
198 return PTR_ERR(compr->cc); in compr_init()
213 crypto_free_comp(compr->cc); in compr_exit()
Dubifs.h829 struct crypto_comp *cc; member
/fs/ncpfs/
Dncplib_kernel.c1109 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() argument
1170 if (cc) { in ncp__io2vol()
1187 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io() argument
1199 if (cc) { in ncp__vol2io()
1266 if (cc) in ncp__vol2io()
1275 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() argument
1282 if (cc) in ncp__io2vol()
1300 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io() argument
1307 if (cc) in ncp__vol2io()
/fs/reiserfs/
DMakefile34 ccflags-$(CONFIG_PPC32) := $(call cc-ifversion, -lt, 0400, -O1)