Lines Matching refs:dout
51 dout("unused open flags: %x\n", flags); in ceph_flags_sys2wire()
209 dout("%s %p %p 0%o (%s)\n", __func__, inode, file, in ceph_init_file_info()
260 dout("init_file %p %p 0%o (symlink)\n", inode, file, in ceph_init_file()
265 dout("init_file %p %p 0%o (special)\n", inode, file, in ceph_init_file()
296 dout("renew caps %p want %s issued %s updating mds_wanted\n", in ceph_renew_caps()
328 dout("renew caps %p open result=%d\n", inode, err); in ceph_renew_caps()
349 dout("open file %p is already opened\n", file); in ceph_open()
358 dout("open inode %p ino %llx.%llx file %p flags %d (%d)\n", inode, in ceph_open()
383 dout("open %p fmode %d want %s issued %s using existing\n", in ceph_open()
405 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open()
419 dout("open result=%d on %llx.%llx\n", err, ceph_vinop(inode)); in ceph_open()
623 dout("%s failed to fill inode: %d\n", __func__, ret); in ceph_finish_async_create()
632 dout("%s d_adding new inode 0x%llx to 0x%llx/%s\n", __func__, in ceph_finish_async_create()
674 dout("atomic_open %p dentry %p '%pd' %s flags %d mode 0%o\n", in ceph_atomic_open()
769 dout("atomic_open finish_no_open on dn %p\n", dn); in ceph_atomic_open()
772 dout("atomic_open finish_open on dn %p\n", dn); in ceph_atomic_open()
786 dout("atomic_open result=%d\n", err); in ceph_atomic_open()
796 dout("release inode %p dir file %p\n", inode, file); in ceph_release()
808 dout("release inode %p regular file %p\n", inode, file); in ceph_release()
849 dout("sync_read on file %p %llu~%u %s\n", file, off, (unsigned)len, in ceph_sync_read()
911 dout("sync_read %llu~%llu got %zd i_size %llu%s\n", in ceph_sync_read()
919 dout("sync_read zero gap %llu~%llu\n", in ceph_sync_read()
961 dout("sync_read result %zd retry_op %d\n", ret, *retry_op); in ceph_sync_read()
1001 dout("ceph_aio_complete %p rc %d\n", inode, ret); in ceph_aio_complete()
1043 dout("ceph_aio_complete_req %p rc %d bytes %u\n", inode, rc, len); in ceph_aio_complete_req()
1199 dout("sync_direct_%s on file %p %lld~%u snapc %p seq %lld\n", in ceph_direct_read_write()
1208 dout("invalidate_inode_pages2_range returned %d\n", ret2); in ceph_direct_read_write()
1407 dout("sync_write on file %p %lld~%u snapc %p seq %lld\n", in ceph_sync_write()
1419 dout("invalidate_inode_pages2_range returned %d\n", ret); in ceph_sync_write()
1526 dout("aio_read %p %llx.%llx %llu~%u trying to get caps on %p\n", in ceph_read_iter()
1551 dout("aio_sync_read %p %llx.%llx %llu~%u got cap refs on %s\n", in ceph_read_iter()
1569 dout("aio_read %p %llx.%llx %llu~%u got cap refs on %s\n", in ceph_read_iter()
1577 dout("aio_read %p %llx.%llx dropping cap refs on %s = %d\n", in ceph_read_iter()
1638 dout("sync_read hit hole, ppos %lld < size %lld" in ceph_read_iter()
1744 dout("aio_write %p %llx.%llx %llu~%zd getting caps. i_size %llu\n", in ceph_write_iter()
1761 dout("aio_write %p %llx.%llx %llu~%zd got cap refs on %s\n", in ceph_write_iter()
1825 dout("aio_write %p %llx.%llx %llu~%u dropping cap refs on %s\n", in ceph_write_iter()
1831 dout("aio_write %p %llx.%llx %llu~%u" "got EOLDSNAPC, retrying\n", in ceph_write_iter()
2187 dout("Copy beyond EOF (%llu + %zu > %llu)\n", in is_file_size_ok()
2251 dout("ceph_osdc_copy_from returned %d\n", ret); in ceph_do_objects_copy()
2289 dout("Copying files across clusters: src: %pU dst: %pU\n", in __ceph_copy_file_range()
2320 dout("Invalid src/dst files layout\n"); in __ceph_copy_file_range()
2334 dout("failed to write src file (%zd)\n", ret); in __ceph_copy_file_range()
2339 dout("failed to write dst file (%zd)\n", ret); in __ceph_copy_file_range()
2351 dout("get_rd_wr_caps returned %d\n", err); in __ceph_copy_file_range()
2365 dout("Failed to invalidate inode pages (%zd)\n", ret); in __ceph_copy_file_range()
2386 dout("Initial partial copy of %u bytes\n", src_objlen); in __ceph_copy_file_range()
2397 dout("Failed partial copy (%zd)\n", ret); in __ceph_copy_file_range()
2419 dout("Copied %zu bytes out of %zu\n", bytes, len); in __ceph_copy_file_range()
2448 dout("Final partial copy of %zu bytes\n", len); in __ceph_copy_file_range()
2454 dout("Failed partial copy (%zd)\n", bytes); in __ceph_copy_file_range()