Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 26) sorted by relevance

12

/fs/hpfs/
Ddnode.c214 if (le32_to_cpu(dd->up) != dno || dd->root_dnode) { in fix_up_ptrs()
215 dd->up = cpu_to_le32(dno); in fix_up_ptrs()
293 if (!(ad = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &adno, &qbh1))) { in hpfs_add_to_dnode()
322 ad->up = d->up; in hpfs_add_to_dnode()
323 dno = le32_to_cpu(ad->up); in hpfs_add_to_dnode()
330 if (!(rd = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &rdno, &qbh2))) { in hpfs_add_to_dnode()
341 rd->up = d->up; in hpfs_add_to_dnode()
342 if (!(fnode = hpfs_map_fnode(i->i_sb, le32_to_cpu(d->up), &bh))) { in hpfs_add_to_dnode()
355 d->up = ad->up = cpu_to_le32(rdno); in hpfs_add_to_dnode()
440 if (le32_to_cpu(dnode->up) != chk_up) { in move_to_top()
[all …]
Danode.c65 anode_secno a, na = -1, ra, up = -1; in hpfs_add_sector_to_btree() local
124 up = a != node ? le32_to_cpu(anode->up) : -1; in hpfs_add_sector_to_btree()
131 anode->up = cpu_to_le32(node); in hpfs_add_sector_to_btree()
164 while (up != (anode_secno)-1) { in hpfs_add_sector_to_btree()
167 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1; in hpfs_add_sector_to_btree()
168 if (up != node || !fnod) { in hpfs_add_sector_to_btree()
169 if (!(anode = hpfs_map_anode(s, up, &bh))) return -1; in hpfs_add_sector_to_btree()
172 if (!(fnode = hpfs_map_fnode(s, up, &bh))) return -1; in hpfs_add_sector_to_btree()
186 anode->up = cpu_to_le32(up); in hpfs_add_sector_to_btree()
187 if (up == node && fnod) in hpfs_add_sector_to_btree()
[all …]
Dhpfs.h296 __le32 up; /* (root dnode) directory's fnode member
441 __le32 up; /* pointer to file's directory fnode */ member
494 __le32 up; /* parent anode or fnode */ member
Dnamei.c72 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_mkdir()
80 dnode->up = cpu_to_le32(fno); in hpfs_mkdir()
176 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_create()
259 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_mknod()
335 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_symlink()
605 fnode->up = cpu_to_le32(new_dir->i_ino); in hpfs_rename()
Dinode.c119 hpfs_inode->i_parent_dir = le32_to_cpu(fnode->up); in hpfs_read_inode()
/fs/nfsd/
Dnfsfh.h33 u32 *up; in mk_fsid() local
56 up = (u32*)uuid; in mk_fsid()
58 fsidv[1] = up[0] ^ up[1] ^ up[2] ^ up[3]; in mk_fsid()
63 up = (u32*)uuid; in mk_fsid()
64 fsidv[0] = up[0] ^ up[2]; in mk_fsid()
65 fsidv[1] = up[1] ^ up[3]; in mk_fsid()
/fs/cifs/
Dcifs_unicode.h333 register wchar_t *up; in UniStrupr() local
335 up = upin; in UniStrupr()
336 while (*up) { /* For all characters */ in UniStrupr()
337 *up = UniToupper(*up); in UniStrupr()
338 up++; in UniStrupr()
375 register wchar_t *up; in UniStrlwr() local
377 up = upin; in UniStrlwr()
378 while (*up) { /* For all characters */ in UniStrlwr()
379 *up = UniTolower(*up); in UniStrlwr()
380 up++; in UniStrlwr()
DCHANGES107 Fix premature write failure on congested networks (we would give up
319 allowing an SMBs TCP length to be up to a few bytes longer than it should be.
573 Fix reconnection (and certain failed mounts) to properly wake up the
638 Gracefully clean up failed mounts when attempting to mount to servers such as
666 wake up the demultiplex thread after it had exited. Do not log
754 Finish up CIFS packet digital signing for the default
786 Clean up options displayed in /proc/mounts by show_options to
845 showed up in "ls -R" (and applications that did search rewinding).
863 fail to Windows servers. Cleaned up some extraneous error logging in
876 over 16K to allow negotiation of up to Samba and Windows server default read
[all …]
/fs/jfs/
Djfs_unicode.h146 wchar_t *up; in UniStrupr() local
148 up = upin; in UniStrupr()
149 while (*up) { /* For all characters */ in UniStrupr()
150 *up = UniToupper(*up); in UniStrupr()
151 up++; in UniStrupr()
/fs/befs/
DChangeLog29 * Fixed up some places where I assumed that a long int could hold
58 * Added support for long symlinks, after Axel Dorfler explained up how
137 * Cleaned up the inode validation in inode.c [WD]
156 * Cleaned up the befs_count_blocks() function. Much smarter now.
230 It doesn't chew up the buffer cache (it does page io instead), and seems
231 to be about as fast (even though it has to look up each file block
245 sizes (such as cdroms) on linux 2.4.10 and up.
360 * Cleaned up some wording.
386 * Cleaned up the fs/Config.in entries a bit, now slightly more descriptive.
403 also did some work on it (fixing it up for the later 2.3.x kernels, IIRC).
DTODO6 * Befs_fs.h has gotten big and messy. No reason not to break it up into
/fs/
Dcompat_ioctl.c144 struct compat_video_event __user *up) in do_video_get_event() argument
155 err = put_user(kevent.type, &up->type); in do_video_get_event()
156 err |= put_user(kevent.timestamp, &up->timestamp); in do_video_get_event()
157 err |= put_user(kevent.u.size.w, &up->u.size.w); in do_video_get_event()
158 err |= put_user(kevent.u.size.h, &up->u.size.h); in do_video_get_event()
160 &up->u.size.aspect_ratio); in do_video_get_event()
174 struct compat_video_still_picture __user *up) in do_video_stillpicture() argument
181 err = get_user(fp, &up->iFrame); in do_video_stillpicture()
182 err |= get_user(size, &up->size); in do_video_stillpicture()
205 struct compat_video_spu_palette __user *up) in do_video_set_spu_palette() argument
[all …]
Dselect.c677 sigset_t __user *up = NULL; in SYSCALL_DEFINE6() local
681 || __get_user(up, (sigset_t __user * __user *)sig) in SYSCALL_DEFINE6()
687 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize); in SYSCALL_DEFINE6()
Dcompat.c1389 compat_uptr_t up = 0; in compat_sys_pselect6() local
1394 __get_user(up, (compat_uptr_t __user *)sig) || in compat_sys_pselect6()
1396 (compat_size_t __user *)(sig+sizeof(up)))) in compat_sys_pselect6()
1399 return do_compat_pselect(n, inp, outp, exp, tsp, compat_ptr(up), in compat_sys_pselect6()
/fs/affs/
Daffs.h283 up(&AFFS_I(inode)->i_link_lock); in affs_unlock_link()
293 up(&AFFS_I(inode)->i_hash_lock); in affs_unlock_dir()
303 up(&AFFS_I(inode)->i_ext_lock); in affs_unlock_ext()
DChanges173 up if a file was enlarged via truncate() and there
193 causing a solid lock-up.
/fs/jffs2/
DTODO26 are likely to become dirty, and end up with blocks which are each far
27 closer to 100% or 0% clean, hence speeding up later GC progress dramatically.
DREADME.Locking10 JFFS2. It is not expected to remain perfectly up to date, but ought to
/fs/gfs2/
DKconfig16 machine show up immediately on all other machines in the cluster.
/fs/ufs/
DKconfig35 experimental, so you should back up your UFS partitions beforehand.
/fs/squashfs/
DKconfig10 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes
55 This decompressor implementation uses up to two parallel
/fs/cramfs/
DREADME34 exist, speeds up user-space directory sorts, etc.
70 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs
/fs/ext4/
DKconfig16 up fsck time. For more information, please see the web pages at
/fs/proc/
DKconfig6 of the system. "Virtual" means that it doesn't take up any space on
/fs/xfs/
Dxfs_buf.c988 up(&bp->b_sema); in xfs_buf_unlock()

12