/fs/ncpfs/ |
D | getopt.c | 26 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, in ncp_getopt() argument 50 caller, token); in ncp_getopt() 61 caller, token, val); in ncp_getopt() 68 caller, val, token); in ncp_getopt() 72 printk(KERN_INFO "%s: Unrecognized mount option %s\n", caller, token); in ncp_getopt()
|
D | getopt.h | 13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
|
/fs/reiserfs/ |
D | lock.c | 81 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth() argument 87 caller); in reiserfs_check_lock_depth()
|
D | reiserfs.h | 2462 void reiserfs_check_lock_depth(struct super_block *s, char *caller);
|
/fs/lockd/ |
D | xdr4.c | 112 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4_decode_lock() 263 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_shareargs() 297 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_notify()
|
D | xdr.c | 125 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm_decode_lock() 272 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_shareargs() 306 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_notify()
|
D | svclock.c | 346 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs() 584 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock() 585 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()
|
D | svc4proc.c | 34 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args() 253 argp->lock.caller, in nlm4svc_callback()
|
D | svcproc.c | 63 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args() 292 argp->lock.caller, in nlmsvc_callback()
|
D | clnt4xdr.c | 360 encode_caller_name(xdr, lock->caller); in encode_nlm4_lock()
|
D | clntxdr.c | 354 encode_caller_name(xdr, lock->caller); in encode_nlm_lock()
|
D | clntproc.c | 131 lock->caller = utsname()->nodename; in nlmclnt_setlockargs()
|
/fs/ext4/ |
D | ext4_jbd2.h | 201 void ext4_journal_abort_handle(const char *caller, unsigned int line,
|
D | super.c | 361 void ext4_journal_abort_handle(const char *caller, unsigned int line, in ext4_journal_abort_handle() argument 380 caller, line, errstr, err_fn); in ext4_journal_abort_handle()
|
/fs/xfs/ |
D | xfs_da_btree.c | 1982 int caller) in xfs_da_do_buf() argument 2047 if (caller != 3 && nmap > 1) { in xfs_da_do_buf() 2062 switch (caller) { in xfs_da_do_buf() 2087 if (caller == 1) { in xfs_da_do_buf() 2109 if (caller == 1) { in xfs_da_do_buf()
|
/fs/cifs/ |
D | Kconfig | 154 is handed over to the application/caller.
|
/fs/ext3/ |
D | ext3.h | 1214 void ext3_journal_abort_handle(const char *caller, const char *err_fn,
|
D | super.c | 116 void ext3_journal_abort_handle(const char *caller, const char *err_fn, in ext3_journal_abort_handle() argument 132 caller, errstr, err_fn); in ext3_journal_abort_handle()
|