Searched defs:cf (Results 1 - 4 of 4) sorted by relevance

/fs/cifs/
H A Dreaddir.c46 struct cifsFileInfo *cf; local
49 cf = file->private_data;
50 if (cf == NULL) {
54 if (cf->invalidHandle)
56 if (cf->srch_inf.endOfSearch)
58 if (cf->srch_inf.emptyDir)
/fs/reiserfs/
H A Dibalance.c32 int *d_key, struct buffer_head **cf)
50 *cf = tb->CFL[h];
63 *cf = tb->CFL[h];
77 *cf = tb->CFR[h];
90 *cf = tb->CFR[h];
497 struct buffer_head *cf; local
501 &d_key_position, &cf);
510 internal_insert_key(&dest_bi, B_NR_ITEMS(dest_bi.bi_bh), cf,
515 replace_key(tb, cf, d_key_position,
519 replace_key(tb, cf, d_key_positio
27 internal_define_dest_src_infos(int shift_mode, struct tree_balance *tb, int h, struct buffer_info *dest_bi, struct buffer_info *src_bi, int *d_key, struct buffer_head **cf) argument
538 struct buffer_head *cf; local
569 struct buffer_head *cf; local
613 struct buffer_head *cf; local
[all...]
/fs/ceph/
H A Ddir.c1155 struct ceph_file_info *cf = file->private_data; local
1164 if (!cf->dir_info) {
1165 cf->dir_info = kmalloc(bufsize, GFP_NOFS);
1166 if (!cf->dir_info)
1168 cf->dir_info_len =
1169 snprintf(cf->dir_info, bufsize,
1189 if (*ppos >= cf->dir_info_len)
1191 size = min_t(unsigned, size, cf->dir_info_len-*ppos);
1192 left = copy_to_user(buf, cf->dir_info + *ppos, size);
H A Dfile.c71 struct ceph_file_info *cf; local
93 cf = kmem_cache_alloc(ceph_file_cachep, GFP_NOFS | __GFP_ZERO);
94 if (cf == NULL) {
98 cf->fmode = fmode;
99 cf->next_offset = 2;
100 file->private_data = cf;
138 struct ceph_file_info *cf = file->private_data; local
143 if (cf) {
320 struct ceph_file_info *cf = file->private_data; local
323 ceph_put_fmode(ci, cf
[all...]

Completed in 72 milliseconds