Searched refs:caller (Results 1 – 13 of 13) sorted by relevance
/fs/ecryptfs/ |
D | file.c | 49 struct dir_context *caller; member 87 buf->caller->pos = buf->ctx.pos; in ecryptfs_filldir() 88 rc = !dir_emit(buf->caller, name, name_size, ino, d_type); in ecryptfs_filldir() 108 .caller = ctx, in ecryptfs_readdir()
|
/fs/lockd/ |
D | xdr4.c | 113 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4_decode_lock() 269 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_shareargs() 308 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_notify()
|
D | xdr.c | 120 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() 311 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_notify()
|
D | svclock.c | 412 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs() 616 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock() 617 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()
|
D | svc4proc.c | 36 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args() 297 argp->lock.caller, in nlm4svc_callback()
|
D | svcproc.c | 65 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args() 338 argp->lock.caller, in nlmsvc_callback()
|
D | clntxdr.c | 325 encode_caller_name(xdr, lock->caller); in encode_nlm_lock()
|
D | clnt4xdr.c | 331 encode_caller_name(xdr, lock->caller); in encode_nlm4_lock()
|
D | clntproc.c | 134 lock->caller = nodename; in nlmclnt_setlockargs()
|
/fs/ext4/ |
D | ext4_jbd2.c | 136 static void ext4_journal_abort_handle(const char *caller, unsigned int line, in ext4_journal_abort_handle() argument 156 caller, line, errstr, err_fn); in ext4_journal_abort_handle()
|
/fs/reiserfs/ |
D | lock.c | 87 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth() argument
|
D | reiserfs.h | 2927 void reiserfs_check_lock_depth(struct super_block *s, char *caller);
|
/fs/btrfs/ |
D | extent_io.c | 89 static inline void __btrfs_debug_check_extent_io_range(const char *caller, in __btrfs_debug_check_extent_io_range() argument 102 caller, btrfs_ino(BTRFS_I(inode)), isize, start, end); in __btrfs_debug_check_extent_io_range()
|