Home
last modified time | relevance | path

Searched refs:cf (Results 1 – 5 of 5) sorted by relevance

/fs/ceph/
A Dcaps.c1684 cf = iter; in __ceph_flush_snaps()
1844 if (!cf) in ceph_alloc_cap_flush()
1848 return cf; in ceph_alloc_cap_flush()
1853 if (cf) in ceph_free_cap_flush()
1863 return cf->tid; in __get_oldest_flush_tid()
1933 cf->caps = flushing; in __mark_caps_flushing()
1934 cf->wake = wake; in __mark_caps_flushing()
1951 return cf->tid; in __mark_caps_flushing()
2325 cf->wake = true; in try_flush_caps()
2613 cf->caps, cf->tid, oldest_flush_tid); in __kick_flushing_caps()
[all …]
A Dsuper.h793 extern void ceph_free_cap_flush(struct ceph_cap_flush *cf);
874 static inline void ceph_add_rw_context(struct ceph_file_info *cf, in ceph_add_rw_context() argument
877 spin_lock(&cf->rw_contexts_lock); in ceph_add_rw_context()
878 list_add(&ctx->list, &cf->rw_contexts); in ceph_add_rw_context()
879 spin_unlock(&cf->rw_contexts_lock); in ceph_add_rw_context()
885 spin_lock(&cf->rw_contexts_lock); in ceph_del_rw_context()
887 spin_unlock(&cf->rw_contexts_lock); in ceph_del_rw_context()
891 ceph_find_rw_context(struct ceph_file_info *cf) in ceph_find_rw_context() argument
894 spin_lock(&cf->rw_contexts_lock); in ceph_find_rw_context()
895 list_for_each_entry(ctx, &cf->rw_contexts, list) { in ceph_find_rw_context()
[all …]
A Dmds_client.c2273 struct ceph_cap_flush *cf = in check_caps_flush() local
2276 if (cf->tid <= want_flush_tid) { in check_caps_flush()
2278 cf->tid, want_flush_tid); in check_caps_flush()
5883 struct ceph_cap_flush *cf = in ceph_mdsc_sync() local
5886 cf->wake = true; in ceph_mdsc_sync()
/fs/unicode/
A Dutf8-core.c76 const struct qstr *cf, in utf8_strncasecmp_folded() argument
88 c2 = cf->name[i++]; in utf8_strncasecmp_folded()
/fs/smb/client/
A Dreaddir.c38 struct cifsFileInfo *cf; in dump_cifs_file_struct() local
41 cf = file->private_data; in dump_cifs_file_struct()
42 if (cf == NULL) { in dump_cifs_file_struct()
46 if (cf->invalidHandle) in dump_cifs_file_struct()
48 if (cf->srch_inf.endOfSearch) in dump_cifs_file_struct()
50 if (cf->srch_inf.emptyDir) in dump_cifs_file_struct()

Completed in 30 milliseconds