Searched refs:up (Results 1 - 17 of 17) sorted by relevance

/fs/jfs/
H A Djfs_unicode.h146 wchar_t *up; local
148 up = upin;
149 while (*up) { /* For all characters */
150 *up = UniToupper(*up);
151 up++;
/fs/nfsd/
H A Dnfsfh.h89 u32 *up; local
112 up = (u32*)uuid;
114 fsidv[1] = up[0] ^ up[1] ^ up[2] ^ up[3];
119 up = (u32*)uuid;
120 fsidv[0] = up[0] ^ up[2];
121 fsidv[1] = up[
[all...]
/fs/cifs/
H A Dcifs_unicode.h364 register __le16 *up; local
366 up = upin;
367 while (*up) { /* For all characters */
368 *up = cpu_to_le16(UniToupper(le16_to_cpu(*up)));
369 up++;
406 register wchar_t *up; local
408 up = upin;
409 while (*up) { /* For all characters */
410 *up
[all...]
/fs/hpfs/
H A Ddnode.c221 if (le32_to_cpu(dd->up) != dno || dd->root_dnode) {
222 dd->up = cpu_to_le32(dno);
300 if (!(ad = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &adno, &qbh1))) {
329 ad->up = d->up;
330 dno = le32_to_cpu(ad->up);
337 if (!(rd = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &rdno, &qbh2))) {
348 rd->up = d->up;
349 if (!(fnode = hpfs_map_fnode(i->i_sb, le32_to_cpu(d->up),
465 dnode_secno up = le32_to_cpu(dnode->up); local
520 dnode_secno down, up, ndown; local
820 dnode_secno up = 0; local
[all...]
H A Danode.c65 anode_secno a, na = -1, ra, up = -1; local
124 up = a != node ? le32_to_cpu(anode->up) : -1;
131 anode->up = cpu_to_le32(node);
164 while (up != (anode_secno)-1) {
167 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1;
168 if (up != node || !fnod) {
169 if (!(anode = hpfs_map_anode(s, up, &bh))) return -1;
172 if (!(fnode = hpfs_map_fnode(s, up, &bh))) return -1;
186 anode->up
[all...]
H A Dhpfs.h296 __le32 up; /* (root dnode) directory's fnode member in struct:dnode
441 __le32 up; /* pointer to file's directory fnode */ member in struct:fnode
494 __le32 up; /* parent anode or fnode */ member in struct:anode
H A Dnamei.c72 fnode->up = cpu_to_le32(dir->i_ino);
80 dnode->up = cpu_to_le32(fno);
176 fnode->up = cpu_to_le32(dir->i_ino);
259 fnode->up = cpu_to_le32(dir->i_ino);
335 fnode->up = cpu_to_le32(dir->i_ino);
605 fnode->up = cpu_to_le32(new_dir->i_ino);
H A Dinode.c119 hpfs_inode->i_parent_dir = le32_to_cpu(fnode->up);
/fs/affs/
H A Daffs.h285 up(&AFFS_I(inode)->i_link_lock);
295 up(&AFFS_I(inode)->i_hash_lock);
305 up(&AFFS_I(inode)->i_ext_lock);
/fs/
H A Dcompat_ioctl.c143 struct compat_video_event __user *up)
154 err = put_user(kevent.type, &up->type);
155 err |= put_user(kevent.timestamp, &up->timestamp);
156 err |= put_user(kevent.u.size.w, &up->u.size.w);
157 err |= put_user(kevent.u.size.h, &up->u.size.h);
159 &up->u.size.aspect_ratio);
173 struct compat_video_still_picture __user *up)
180 err = get_user(fp, &up->iFrame);
181 err |= get_user(size, &up->size);
204 struct compat_video_spu_palette __user *up)
142 do_video_get_event(unsigned int fd, unsigned int cmd, struct compat_video_event __user *up) argument
172 do_video_stillpicture(unsigned int fd, unsigned int cmd, struct compat_video_still_picture __user *up) argument
203 do_video_set_spu_palette(unsigned int fd, unsigned int cmd, struct compat_video_spu_palette __user *up) argument
[all...]
H A Dselect.c44 * Consider this comment an open invitation to come up with even
198 * Perform the default wake up operation using a dummy
249 * written before wake up is always visible after wake up.
705 sigset_t __user *up = NULL; local
709 || __get_user(up, (sigset_t __user * __user *)sig)
715 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize);
H A Dcompat.c1399 compat_uptr_t up = 0; local
1404 __get_user(up, (compat_uptr_t __user *)sig) ||
1406 (compat_size_t __user *)(sig+sizeof(up))))
1409 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(up),
/fs/xfs/
H A Dxfs_buf.c90 * This prevents build-up of stale buffers on the LRU.
431 * Look up, and creates if absent, a lockable buffer for
708 /* set up the buffer for a read IO */
978 up(&bp->b_sema);
1272 * Walk all the vectors issuing IO on them. Set up the initial offset
1625 /* Set up metadata sector size info */
1640 /* Set up device logical sector size mask */
1700 * Returns true if we queued up the buffer, or false if it already had
1712 * If the buffer is already marked delwri it already is queued up
/fs/btrfs/
H A Dsuper.c243 * any local memory allocations and passing the error code up without
275 /* Wake up anybody who may be waiting on this transaction */
386 * XXX JDM: This needs to be cleaned up for remount.
859 * go look up the root.
1127 * Since the replacement string is up to 2 bytes longer than the
1511 up(&fs_info->uuid_tree_rescan_sem);
H A Dvolumes.c314 * at all and we can stop. Otherwise it'll loop back up again
1198 * we could end up sending back this offset anyway.
3824 up(&fs_info->uuid_tree_rescan_sem);
3886 up(&fs_info->uuid_tree_rescan_sem);
3927 up(&fs_info->uuid_tree_rescan_sem);
3943 up(&fs_info->uuid_tree_rescan_sem);
4408 /* bump the answer up to a 16MB boundary */
4870 * and the io error handling code will clean up eventually
5061 * of the source drive. Therefore look it up first.
5343 * that the write to the old disk is already set up i
[all...]
H A Dioctl.c1083 * last_len ends up being a counter of how many bytes we've defragged.
1209 * and up to date pages, lets wait on them
2017 char __user *up = ubuf + *sk_offset; local
2019 if (read_extent_buffer_to_user(leaf, up,
3110 * We round up to the block size at eof when determining which
3111 * extents to clone above, but shouldn't round up the file size.
3409 * We need to look up the roots that point at
H A Ddisk-io.c339 * we can't consider a given block up to date unless the transid of the
380 * end up reading in the stale data and then writing it back out and
813 /* If an error occured we just want to clean up the bio and move on */
2419 * following bytes up to INFO_SIZE, the checksum is calculated from
2518 * mixed block groups end up with duplicate but slightly offset
3638 up(&fs_info->uuid_tree_rescan_sem);
3779 * this code, they end up stuck in balance_dirty_pages forever
3907 * make sure the ordered extent gets properly cleaned up.

Completed in 296 milliseconds