Home
last modified time | relevance | path

Searched refs:DPRINTK (Results 1 – 5 of 5) sorted by relevance

/fs/autofs4/
Dexpire.c44 DPRINTK("dentry %p %.*s", in autofs4_mount_busy()
69 DPRINTK("returning = %d", status); in autofs4_mount_busy()
195 DPRINTK("top %p %.*s", in autofs4_direct_busy()
224 DPRINTK("top %p %.*s", in autofs4_tree_busy()
233 DPRINTK("dentry %p %.*s", in autofs4_tree_busy()
280 DPRINTK("parent %p %.*s", in autofs4_check_leaves()
285 DPRINTK("dentry %p %.*s", in autofs4_check_leaves()
369 DPRINTK("checking mountpoint %p %.*s", in should_expire()
383 DPRINTK("checking symlink %p %.*s", in should_expire()
497 DPRINTK("returning %p %.*s", in autofs4_expire_indirect()
[all …]
Droot.c111 DPRINTK("file=%p dentry=%p %.*s", in autofs4_dir_open()
142 DPRINTK("releasing %p", de); in autofs4_dentry_release()
282 DPRINTK("waiting for mount name=%.*s", in autofs4_mount_wait()
285 DPRINTK("mount wait done status=%d", status); in autofs4_mount_wait()
343 DPRINTK("dentry=%p %.*s", in autofs4_d_automount()
431 DPRINTK("dentry=%p %.*s", in autofs4_d_manage()
507 DPRINTK("name = %.*s", dentry->d_name.len, dentry->d_name.name); in autofs4_lookup()
515 DPRINTK("pid = %u, pgrp = %u, catatonic = %d, oz_mode = %d", in autofs4_lookup()
561 DPRINTK("%s <- %.*s", symname, in autofs4_dir_symlink()
704 DPRINTK("dentry %p, removing %.*s", in autofs4_dir_rmdir()
[all …]
Dwaitq.c37 DPRINTK("entering catatonic mode"); in autofs4_catatonic_mode()
107 DPRINTK("wait id = 0x%08lx, name = %.*s, type=%d", in autofs4_notify_daemon()
465 DPRINTK("new wait id = 0x%08lx, name = %.*s, nfy=%d\n", in autofs4_wait()
473 DPRINTK("existing wait id = 0x%08lx, name = %.*s, nfy=%d", in autofs4_wait()
502 DPRINTK("skipped sleeping"); in autofs4_wait()
Dinode.c65 DPRINTK("shutting down"); in autofs4_kill_sb()
220 DPRINTK("starting up, sbi = %p",sbi); in autofs4_fill_super()
307 DPRINTK("pipe fd = %d, pgrp = %u", pipefd, pid_nr(sbi->oz_pgrp)); in autofs4_fill_super()
Dautofs_i.h42 #define DPRINTK(fmt, ...) \ macro