Searched refs:me (Results 1 – 9 of 9) sorted by relevance
/fs/ |
D | exec.c | 1191 static int unshare_sighand(struct task_struct *me) in unshare_sighand() argument 1193 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand() 1211 rcu_assign_pointer(me->sighand, newsighand); in unshare_sighand() 1251 struct task_struct *me = current; in begin_new_exec() local 1267 retval = de_thread(me); in begin_new_exec() 1306 spin_lock_irq(&me->sighand->siglock); in begin_new_exec() 1307 posix_cpu_timers_exit(me); in begin_new_exec() 1308 spin_unlock_irq(&me->sighand->siglock); in begin_new_exec() 1309 exit_itimers(me); in begin_new_exec() 1316 retval = unshare_sighand(me); in begin_new_exec() [all …]
|
D | file.c | 734 struct task_struct *me = current; in __close_range() local 735 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range() 786 task_lock(me); in __close_range() 787 me->files = cur_fds; in __close_range() 788 task_unlock(me); in __close_range()
|
/fs/gfs2/ |
D | util.c | 491 int me; in gfs2_meta_check_ii() local 499 me = gfs2_withdraw(sdp); in gfs2_meta_check_ii() 500 return (me) ? -1 : -2; in gfs2_meta_check_ii() 513 int me; in gfs2_metatype_check_ii() local 521 me = gfs2_withdraw(sdp); in gfs2_metatype_check_ii() 522 return (me) ? -1 : -2; in gfs2_metatype_check_ii()
|
/fs/ext4/ |
D | ioctl.c | 952 struct move_extent me; in __ext4_ioctl() local 960 if (copy_from_user(&me, in __ext4_ioctl() 961 (struct move_extent __user *)arg, sizeof(me))) in __ext4_ioctl() 963 me.moved_len = 0; in __ext4_ioctl() 965 donor = fdget(me.donor_fd); in __ext4_ioctl() 990 err = ext4_move_extents(filp, donor.file, me.orig_start, in __ext4_ioctl() 991 me.donor_start, me.len, &me.moved_len); in __ext4_ioctl() 995 &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/ntfs3/ |
D | index.c | 2246 struct NTFS_DE *e, *re, *next, *prev, *me; in indx_delete_entry() local 2501 me = kmemdup(e, e_size, GFP_NOFS); in indx_delete_entry() 2502 if (!me) { in indx_delete_entry() 2507 if (de_has_vcn(me)) { in indx_delete_entry() 2508 me->flags &= ~NTFS_IE_HAS_SUBNODES; in indx_delete_entry() 2509 le16_sub_cpu(&me->size, sizeof(u64)); in indx_delete_entry() 2546 err = indx_insert_entry(indx, ni, me, ctx, fnd, 0); in indx_delete_entry() 2547 kfree(me); in indx_delete_entry()
|
/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
|