Home | History | Annotate | Download | only in syncable

Lines Matching refs:Kernel

337   // Dumps all kernel info into a DictionaryValue and returns it.
648 // concurrent modification by the kernel lock.
654 // All methods which require the kernel lock to be already held take a
658 // be held before acquiring the kernel lock.
684 // Various data that the Directory::Kernel we are backing (persisting data
712 // What the Directory needs on initialization to create itself and its Kernel.
722 // The dirty/clean state of kernel fields backed by the share_info table.
822 // These private versions expect the kernel lock to already be held
967 struct Kernel {
968 Kernel(const FilePath& db_path, const std::string& name,
971 Kernel();
1039 // The next metahandle is protected by kernel mutex.
1055 // |parent_id| in the kernel's parent_id_child_index.
1061 // children of |parent_id| in the kernel's parent_id_child_index.
1066 Kernel* kernel_;
1104 Directory::Kernel* const dirkernel_; // for brevity