Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dfile.c49 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/
Dxdr4.c113 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()
Dxdr.c120 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()
Dsvclock.c412 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()
Dsvc4proc.c36 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args()
297 argp->lock.caller, in nlm4svc_callback()
Dsvcproc.c65 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args()
338 argp->lock.caller, in nlmsvc_callback()
Dclntxdr.c325 encode_caller_name(xdr, lock->caller); in encode_nlm_lock()
Dclnt4xdr.c331 encode_caller_name(xdr, lock->caller); in encode_nlm4_lock()
Dclntproc.c134 lock->caller = nodename; in nlmclnt_setlockargs()
/fs/ext4/
Dext4_jbd2.c136 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/
Dlock.c87 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth() argument
Dreiserfs.h2927 void reiserfs_check_lock_depth(struct super_block *s, char *caller);
/fs/btrfs/
Dextent_io.c89 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()