Lines Matching full:dout
51 dout("unused open flags: %x\n", flags); in ceph_flags_sys2wire()
211 dout("%s %p %p 0%o (%s)\n", __func__, inode, file, in ceph_init_file_info()
278 dout("init_file %p %p 0%o (symlink)\n", inode, file, in ceph_init_file()
283 dout("init_file %p %p 0%o (special)\n", inode, file, in ceph_init_file()
314 dout("renew caps %p want %s issued %s updating mds_wanted\n", in ceph_renew_caps()
346 dout("renew caps %p open result=%d\n", inode, err); in ceph_renew_caps()
367 dout("open file %p is already opened\n", file); in ceph_open()
376 dout("open inode %p ino %llx.%llx file %p flags %d (%d)\n", inode, in ceph_open()
401 dout("open %p fmode %d want %s issued %s using existing\n", in ceph_open()
423 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open()
437 dout("open result=%d on %llx.%llx\n", err, ceph_vinop(inode)); in ceph_open()
680 dout("%s failed to fill inode: %d\n", __func__, ret); in ceph_finish_async_create()
689 dout("%s d_adding new inode 0x%llx to 0x%llx/%s\n", __func__, in ceph_finish_async_create()
737 dout("atomic_open %p dentry %p '%pd' %s flags %d mode 0%o\n", in ceph_atomic_open()
852 dout("atomic_open finish_no_open on dn %p\n", dn); in ceph_atomic_open()
855 dout("atomic_open finish_open on dn %p\n", dn); in ceph_atomic_open()
869 dout("atomic_open result=%d\n", err); in ceph_atomic_open()
879 dout("release inode %p dir file %p\n", inode, file); in ceph_release()
891 dout("release inode %p regular file %p\n", inode, file); in ceph_release()
934 dout("sync_read on file %p %llu~%u %s\n", file, off, (unsigned)len, in ceph_sync_read()
994 dout("sync_read %llu~%llu got %zd i_size %llu%s\n", in ceph_sync_read()
1002 dout("sync_read zero gap %llu~%llu\n", in ceph_sync_read()
1047 dout("sync_read result %zd retry_op %d\n", ret, *retry_op); in ceph_sync_read()
1087 dout("ceph_aio_complete %p rc %d\n", inode, ret); in ceph_aio_complete()
1128 dout("ceph_aio_complete_req %p rc %d bytes %u\n", inode, rc, len); in ceph_aio_complete_req()
1284 dout("sync_direct_%s on file %p %lld~%u snapc %p seq %lld\n", in ceph_direct_read_write()
1297 dout("invalidate_inode_pages2_range returned %d\n", ret2); in ceph_direct_read_write()
1494 dout("sync_write on file %p %lld~%u snapc %p seq %lld\n", in ceph_sync_write()
1507 dout("invalidate_inode_pages2_range returned %d\n", ret); in ceph_sync_write()
1613 dout("aio_read %p %llx.%llx %llu~%u trying to get caps on %p\n", in ceph_read_iter()
1642 dout("aio_sync_read %p %llx.%llx %llu~%u got cap refs on %s\n", in ceph_read_iter()
1660 dout("aio_read %p %llx.%llx %llu~%u got cap refs on %s\n", in ceph_read_iter()
1668 dout("aio_read %p %llx.%llx dropping cap refs on %s = %d\n", in ceph_read_iter()
1729 dout("sync_read hit hole, ppos %lld < size %lld" in ceph_read_iter()
1832 dout("aio_write %p %llx.%llx %llu~%zd getting caps. i_size %llu\n", in ceph_write_iter()
1849 dout("aio_write %p %llx.%llx %llu~%zd got cap refs on %s\n", in ceph_write_iter()
1912 dout("aio_write %p %llx.%llx %llu~%u dropping cap refs on %s\n", in ceph_write_iter()
1918 dout("aio_write %p %llx.%llx %llu~%u" "got EOLDSNAPC, retrying\n", in ceph_write_iter()
2224 dout("Copy beyond EOF (%llu + %zu > %llu)\n", in is_file_size_ok()
2344 dout("ceph_osdc_copy_from returned %d\n", ret); in ceph_do_objects_copy()
2382 dout("Copying files across clusters: src: %pU dst: %pU\n", in __ceph_copy_file_range()
2413 dout("Invalid src/dst files layout\n"); in __ceph_copy_file_range()
2427 dout("failed to write src file (%zd)\n", ret); in __ceph_copy_file_range()
2432 dout("failed to write dst file (%zd)\n", ret); in __ceph_copy_file_range()
2444 dout("get_rd_wr_caps returned %d\n", err); in __ceph_copy_file_range()
2459 dout("Failed to invalidate inode pages (%zd)\n", ret); in __ceph_copy_file_range()
2480 dout("Initial partial copy of %u bytes\n", src_objlen); in __ceph_copy_file_range()
2491 dout("Failed partial copy (%zd)\n", ret); in __ceph_copy_file_range()
2513 dout("Copied %zu bytes out of %zu\n", bytes, len); in __ceph_copy_file_range()
2542 dout("Final partial copy of %zu bytes\n", len); in __ceph_copy_file_range()
2548 dout("Failed partial copy (%zd)\n", bytes); in __ceph_copy_file_range()