/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/smbfs/ |
D | getopt.c | 26 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()
|
D | getopt.h | 10 extern int smb_getopt(char *caller, char **options, struct option *opts,
|
/fs/lockd/ |
D | xdr.c | 126 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()
|
D | xdr4.c | 128 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()
|
D | svclock.c | 307 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()
|
D | svc4proc.c | 39 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args() 260 argp->lock.caller, in nlm4svc_callback()
|
D | svcproc.c | 68 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args() 290 argp->lock.caller, in nlmsvc_callback()
|
D | clntproc.c | 131 lock->caller = utsname()->nodename; in nlmclnt_setlockargs()
|
/fs/ext4/ |
D | ext4_jbd2.h | 125 void ext4_journal_abort_handle(const char *caller, const char *err_fn,
|
D | super.c | 247 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/ |
D | xfs_da_btree.c | 1940 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/ |
D | super.c | 118 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/ |
D | journal.c | 435 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/ |
D | ChangeLog | 176 - 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
|