Searched defs:up (Results 1 - 10 of 10) 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/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 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 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 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
/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/
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),
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...]
/fs/btrfs/
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

Completed in 162 milliseconds