Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dcdomain.py197 def handle_signature(self, sig, signode): member in CObject
204 fullname = super(CObject, self).handle_signature(sig, signode)
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dformat.h334 int (*handle_signature)(struct incfs_file_signature *sig, member
H A Dformat.c700 if (handler->handle_signature) in incfs_read_next_metadata_record()
701 res = handler->handle_signature( in incfs_read_next_metadata_record()
H A Ddata_mgmt.c1684 handler->handle_signature = process_file_signature_md; in incfs_scan_metadata_chain()