Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 16 of 16) sorted by relevance

/fs/ncpfs/
Dgetopt.c26 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()
Dgetopt.h13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
/fs/smbfs/
Dgetopt.c26 int smb_getopt(char *caller, char **options, struct option *opts, in smb_getopt() argument
52 caller, token); in smb_getopt()
62 printk("%s: Unrecognized mount option %s\n", caller, token); in smb_getopt()
Dgetopt.h10 extern int smb_getopt(char *caller, char **options, struct option *opts,
/fs/lockd/
Dxdr.c126 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm_decode_lock()
161 if (!(p = xdr_encode_string(p, lock->caller)) in nlm_encode_lock()
304 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_shareargs()
338 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_notify()
Dxdr4.c128 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4_decode_lock()
162 if (!(p = xdr_encode_string(p, lock->caller)) in nlm4_encode_lock()
311 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_shareargs()
345 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_notify()
Dsvclock.c307 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()
540 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock()
541 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()
Dsvc4proc.c39 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args()
260 argp->lock.caller, in nlm4svc_callback()
Dsvcproc.c68 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args()
290 argp->lock.caller, in nlmsvc_callback()
Dclntproc.c131 lock->caller = utsname()->nodename; in nlmclnt_setlockargs()
/fs/ext4/
Dext4_jbd2.h125 void ext4_journal_abort_handle(const char *caller, const char *err_fn,
Dsuper.c247 void ext4_journal_abort_handle(const char *caller, const char *err_fn, in ext4_journal_abort_handle() argument
265 caller, errstr, err_fn); in ext4_journal_abort_handle()
/fs/xfs/
Dxfs_da_btree.c1940 int caller, in xfs_da_do_buf() argument
2024 if (caller != 3 && nmap > 1) { in xfs_da_do_buf()
2039 switch (caller) { in xfs_da_do_buf()
2064 if (caller == 1) { in xfs_da_do_buf()
2089 if (caller == 1) { in xfs_da_do_buf()
/fs/ext3/
Dsuper.c118 void ext3_journal_abort_handle(const char *caller, const char *err_fn, in ext3_journal_abort_handle() argument
134 caller, errstr, err_fn); in ext3_journal_abort_handle()
/fs/reiserfs/
Djournal.c435 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth() argument
440 caller); in reiserfs_check_lock_depth()
/fs/ntfs/
DChangeLog176 - Add runlist.[hc]::ntfs_rl_punch_nolock() which punches a caller
1267 only caller of ->readdir() is vfs_readdir() which holds i_mutex
1440 requiring the caller of kmem_cache_create() to supply a stable name