Searched refs:caller (Results 1 – 16 of 16) sorted by relevance
/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 | 2468 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 | 344 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs() 582 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock() 583 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()
|
D | svc4proc.c | 35 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args() 254 argp->lock.caller, in nlm4svc_callback()
|
D | svcproc.c | 64 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args() 295 argp->lock.caller, in nlmsvc_callback()
|
D | clntxdr.c | 346 encode_caller_name(xdr, lock->caller); in encode_nlm_lock()
|
D | clnt4xdr.c | 352 encode_caller_name(xdr, lock->caller); in encode_nlm4_lock()
|
D | clntproc.c | 131 lock->caller = utsname()->nodename; in nlmclnt_setlockargs()
|
/fs/ext4/ |
D | ext4_jbd2.c | 125 static void ext4_journal_abort_handle(const char *caller, unsigned int line, in ext4_journal_abort_handle() argument 145 caller, line, errstr, err_fn); in ext4_journal_abort_handle()
|
/fs/cifs/ |
D | Kconfig | 123 is handed over to the application/caller.
|
/fs/ext3/ |
D | ext3.h | 1218 void ext3_journal_abort_handle(const char *caller, const char *err_fn,
|
D | super.c | 105 void ext3_journal_abort_handle(const char *caller, const char *err_fn, in ext3_journal_abort_handle() argument 121 caller, errstr, err_fn); in ext3_journal_abort_handle()
|