Searched refs:me (Results 1 – 8 of 8) sorted by relevance
/fs/ |
D | exec.c | 1188 static int unshare_sighand(struct task_struct *me) in unshare_sighand() argument 1190 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand() 1208 rcu_assign_pointer(me->sighand, newsighand); in unshare_sighand() 1248 struct task_struct *me = current; in begin_new_exec() local 1264 retval = de_thread(me); in begin_new_exec() 1291 spin_lock_irq(&me->sighand->siglock); in begin_new_exec() 1292 posix_cpu_timers_exit(me); in begin_new_exec() 1293 spin_unlock_irq(&me->sighand->siglock); in begin_new_exec() 1294 exit_itimers(me); in begin_new_exec() 1301 retval = unshare_sighand(me); in begin_new_exec() [all …]
|
D | file.c | 719 struct task_struct *me = current; in __close_range() local 720 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range() 776 task_lock(me); in __close_range() 777 me->files = cur_fds; in __close_range() 778 task_unlock(me); in __close_range()
|
/fs/gfs2/ |
D | util.c | 488 int me; in gfs2_meta_check_ii() local 496 me = gfs2_withdraw(sdp); in gfs2_meta_check_ii() 497 return (me) ? -1 : -2; in gfs2_meta_check_ii() 510 int me; in gfs2_metatype_check_ii() local 518 me = gfs2_withdraw(sdp); in gfs2_metatype_check_ii() 519 return (me) ? -1 : -2; in gfs2_metatype_check_ii()
|
/fs/ext4/ |
D | ioctl.c | 961 struct move_extent me; in __ext4_ioctl() local 969 if (copy_from_user(&me, in __ext4_ioctl() 970 (struct move_extent __user *)arg, sizeof(me))) in __ext4_ioctl() 972 me.moved_len = 0; in __ext4_ioctl() 974 donor = fdget(me.donor_fd); in __ext4_ioctl() 999 err = ext4_move_extents(filp, donor.file, me.orig_start, in __ext4_ioctl() 1000 me.donor_start, me.len, &me.moved_len); in __ext4_ioctl() 1004 &me, sizeof(me))) in __ext4_ioctl()
|
/fs/reiserfs/ |
D | README | 31 it wrongly, and Richard Stallman agrees with me, when carefully read 37 fail to fairly credit me, or to remove my credits, without my 106 tried to put me in a position where I was forced into giving control 115 loss for me. Mikhail Gilula was a brilliant innovator who also left 141 the time to convince me we should do it also. They are great people, 153 Alpha PC Company made it possible for me to not have a day job
|
/fs/qnx6/ |
D | README | 7 Al Viro <viro@ZenIV.linux.org.uk> (endless patience with me & support ;))
|
/fs/befs/ |
D | ChangeLog | 15 Thanks to Laszlo Boszormenyi for pointing this out to me. 145 * Anton Altaparmakov and Christoph Hellwig alerted me to the fact that 150 * Anton also told me that the blocksize is not allowed to be larger than 219 correct (see TODO list). But it isn't 1.0 yet. I think 0.4 gives me some
|
/fs/affs/ |
D | Changes | 128 Bill Hawes kindly reviewed the affs and sent me the
|