Home
last modified time | relevance | path

Searched refs:i_unsafe_writes (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ceph/
Dsuper.h343 struct list_head i_unsafe_writes; /* uncommitted sync writes */ member
Dfile.c604 &ci->i_unsafe_writes); in ceph_sync_write_unsafe()
Dinode.c453 INIT_LIST_HEAD(&ci->i_unsafe_writes); in ceph_alloc_inode()
Dcaps.c1934 struct list_head *head = &ci->i_unsafe_writes; in sync_write_wait()