/fs/hpfs/ |
D | dnode.c | 213 if (dd->up != dno || dd->root_dnode) { in fix_up_ptrs() 214 dd->up = dno; in fix_up_ptrs() 292 if (!(ad = hpfs_alloc_dnode(i->i_sb, d->up, &adno, &qbh1, 0))) { in hpfs_add_to_dnode() 319 dno = ad->up = d->up; in hpfs_add_to_dnode() 326 if (!(rd = hpfs_alloc_dnode(i->i_sb, d->up, &rdno, &qbh2, 0))) { in hpfs_add_to_dnode() 337 rd->up = d->up; in hpfs_add_to_dnode() 338 if (!(fnode = hpfs_map_fnode(i->i_sb, d->up, &bh))) { in hpfs_add_to_dnode() 350 d->up = ad->up = hpfs_i(i)->i_dno = rdno; in hpfs_add_to_dnode() 436 if (dnode->up != chk_up) { in move_to_top() 438 dno, chk_up, dnode->up); in move_to_top() [all …]
|
D | anode.c | 65 anode_secno a, na = -1, ra, up = -1; in hpfs_add_sector_to_btree() local 124 up = a != node ? anode->up : -1; in hpfs_add_sector_to_btree() 131 anode->up = node; in hpfs_add_sector_to_btree() 164 while (up != -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 = up; in hpfs_add_sector_to_btree() 187 anode->btree.fnode_parent = up == node && fnod; in hpfs_add_sector_to_btree() [all …]
|
D | hpfs.h | 265 secno up; /* (root dnode) directory's fnode member 375 fnode_secno up; /* pointer to file's directory fnode */ member 435 secno up; /* parent anode or fnode */ member
|
D | namei.c | 73 fnode->up = dir->i_ino; in hpfs_mkdir() 81 dnode->up = fno; in hpfs_mkdir() 181 fnode->up = dir->i_ino; in hpfs_create() 267 fnode->up = dir->i_ino; in hpfs_mknod() 346 fnode->up = dir->i_ino; in hpfs_symlink() 642 fnode->up = new_dir->i_ino; in hpfs_rename()
|
D | buffer.c | 24 up(&hpfs_sb(s)->hpfs_creation_de); in hpfs_unlock_creation()
|
/fs/cifs/ |
D | cifs_unicode.h | 305 register wchar_t *up; in UniStrupr() local 307 up = upin; in UniStrupr() 308 while (*up) { /* For all characters */ in UniStrupr() 309 *up = UniToupper(*up); in UniStrupr() 310 up++; in UniStrupr() 347 register wchar_t *up; in UniStrlwr() local 349 up = upin; in UniStrlwr() 350 while (*up) { /* For all characters */ in UniStrlwr() 351 *up = UniTolower(*up); in UniStrlwr() 352 up++; in UniStrlwr()
|
D | CHANGES | 43 Fix premature write failure on congested networks (we would give up 255 allowing an SMBs TCP length to be up to a few bytes longer than it should be. 509 Fix reconnection (and certain failed mounts) to properly wake up the 574 Gracefully clean up failed mounts when attempting to mount to servers such as 602 wake up the demultiplex thread after it had exited. Do not log 690 Finish up CIFS packet digital signing for the default 722 Clean up options displayed in /proc/mounts by show_options to 781 showed up in "ls -R" (and applications that did search rewinding). 799 fail to Windows servers. Cleaned up some extraneous error logging in 812 over 16K to allow negotiation of up to Samba and Windows server default read [all …]
|
/fs/jfs/ |
D | jfs_unicode.h | 145 wchar_t *up; in UniStrupr() local 147 up = upin; in UniStrupr() 148 while (*up) { /* For all characters */ in UniStrupr() 149 *up = UniToupper(*up); in UniStrupr() 150 up++; in UniStrupr()
|
/fs/fat/ |
D | file.c | 79 goto up; in fat_generic_ioctl() 86 goto up; in fat_generic_ioctl() 98 goto up; in fat_generic_ioctl() 103 goto up; in fat_generic_ioctl() 115 up: in fat_generic_ioctl()
|
/fs/befs/ |
D | ChangeLog | 29 * 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).
|
D | TODO | 6 * Befs_fs.h has gotten big and messy. No reason not to break it up into
|
/fs/ |
D | compat_ioctl.c | 174 struct compat_video_event __user *up = compat_ptr(arg); in do_video_get_event() local 176 err = put_user(kevent.type, &up->type); in do_video_get_event() 177 err |= put_user(kevent.timestamp, &up->timestamp); in do_video_get_event() 178 err |= put_user(kevent.u.size.w, &up->u.size.w); in do_video_get_event() 179 err |= put_user(kevent.u.size.h, &up->u.size.h); in do_video_get_event() 181 &up->u.size.aspect_ratio); in do_video_get_event() 196 struct compat_video_still_picture __user *up; in do_video_stillpicture() local 202 up = (struct compat_video_still_picture __user *) arg; in do_video_stillpicture() 203 err = get_user(fp, &up->iFrame); in do_video_stillpicture() 204 err |= get_user(size, &up->size); in do_video_stillpicture() [all …]
|
D | select.c | 644 sigset_t __user *up = NULL; in SYSCALL_DEFINE6() local 648 || __get_user(up, (sigset_t __user * __user *)sig) in SYSCALL_DEFINE6() 654 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize); in SYSCALL_DEFINE6()
|
/fs/affs/ |
D | affs.h | 283 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()
|
D | Changes | 173 up if a file was enlarged via truncate() and there 193 causing a solid lock-up.
|
/fs/jffs2/ |
D | TODO | 26 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.
|
/fs/gfs2/ |
D | Kconfig | 15 machine show up immediately on all other machines in the cluster.
|
/fs/ufs/ |
D | Kconfig | 35 experimental, so you should back up your UFS partitions beforehand.
|
/fs/squashfs/ |
D | Kconfig | 11 greater than 4K are supported up to a maximum of 1 Mbytes (default
|
/fs/cramfs/ |
D | README | 34 exist, speeds up user-space directory sorts, etc. 70 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs
|
/fs/hfsplus/ |
D | bfind.c | 35 up(&fd->tree->tree_lock); in hfs_find_exit()
|
/fs/ext4/ |
D | Kconfig | 14 up fsck time. For more information, please see the web pages at
|
/fs/hfs/ |
D | bfind.c | 35 up(&fd->tree->tree_lock); in hfs_find_exit()
|
/fs/proc/ |
D | Kconfig | 6 of the system. "Virtual" means that it doesn't take up any space on
|
/fs/xfs/ |
D | xfs_log_recover.c | 3297 __be32 *up; in xlog_pack_data_checksum() local 3300 up = (__be32 *)iclog->ic_datap; in xlog_pack_data_checksum() 3303 chksum ^= be32_to_cpu(*up); in xlog_pack_data_checksum() 3304 up++; in xlog_pack_data_checksum() 3362 __be32 *up = (__be32 *)dp; in xlog_unpack_data_checksum() local 3368 chksum ^= be32_to_cpu(*up); in xlog_unpack_data_checksum() 3369 up++; in xlog_unpack_data_checksum()
|