/fs/hpfs/ |
D | dnode.c | 225 if (le32_to_cpu(dd->up) != dno || dd->root_dnode) { in fix_up_ptrs() 226 dd->up = cpu_to_le32(dno); in fix_up_ptrs() 304 if (!(ad = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &adno, &qbh1))) { in hpfs_add_to_dnode() 333 ad->up = d->up; in hpfs_add_to_dnode() 334 dno = le32_to_cpu(ad->up); in hpfs_add_to_dnode() 341 if (!(rd = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &rdno, &qbh2))) { in hpfs_add_to_dnode() 352 rd->up = d->up; in hpfs_add_to_dnode() 353 if (!(fnode = hpfs_map_fnode(i->i_sb, le32_to_cpu(d->up), &bh))) { in hpfs_add_to_dnode() 366 d->up = ad->up = cpu_to_le32(rdno); in hpfs_add_to_dnode() 450 if (le32_to_cpu(dnode->up) != chk_up) { in move_to_top() [all …]
|
D | anode.c | 66 anode_secno a, na = -1, ra, up = -1; in hpfs_add_sector_to_btree() local 125 up = a != node ? le32_to_cpu(anode->up) : -1; in hpfs_add_sector_to_btree() 132 anode->up = cpu_to_le32(node); in hpfs_add_sector_to_btree() 165 while (up != (anode_secno)-1) { in hpfs_add_sector_to_btree() 168 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1; in hpfs_add_sector_to_btree() 169 if (up != node || !fnod) { in hpfs_add_sector_to_btree() 170 if (!(anode = hpfs_map_anode(s, up, &bh))) return -1; in hpfs_add_sector_to_btree() 173 if (!(fnode = hpfs_map_fnode(s, up, &bh))) return -1; in hpfs_add_sector_to_btree() 187 anode->up = cpu_to_le32(up); in hpfs_add_sector_to_btree() 188 if (up == node && fnod) in hpfs_add_sector_to_btree() [all …]
|
D | hpfs.h | 297 __le32 up; /* (root dnode) directory's fnode member 442 __le32 up; /* pointer to file's directory fnode */ member 495 __le32 up; /* parent anode or fnode */ member
|
D | namei.c | 84 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_mkdir() 92 dnode->up = cpu_to_le32(fno); in hpfs_mkdir() 189 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_create() 271 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_mknod() 349 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_symlink() 601 fnode->up = cpu_to_le32(new_dir->i_ino); in hpfs_rename()
|
D | inode.c | 121 hpfs_inode->i_parent_dir = le32_to_cpu(fnode->up); in hpfs_read_inode()
|
/fs/cifs/ |
D | cifs_unicode.h | 350 register __le16 *up; in UniStrupr() local 352 up = upin; in UniStrupr() 353 while (*up) { /* For all characters */ in UniStrupr() 354 *up = cpu_to_le16(UniToupper(le16_to_cpu(*up))); in UniStrupr() 355 up++; in UniStrupr() 392 register wchar_t *up; in UniStrlwr() local 394 up = upin; in UniStrlwr() 395 while (*up) { /* For all characters */ in UniStrlwr() 396 *up = UniTolower(*up); in UniStrlwr() 397 up++; in UniStrlwr()
|
/fs/nfsd/ |
D | nfsfh.h | 95 u32 *up; in mk_fsid() local 118 up = (u32*)uuid; in mk_fsid() 120 fsidv[1] = up[0] ^ up[1] ^ up[2] ^ up[3]; in mk_fsid() 125 up = (u32*)uuid; in mk_fsid() 126 fsidv[0] = up[0] ^ up[2]; in mk_fsid() 127 fsidv[1] = up[1] ^ up[3]; in mk_fsid()
|
/fs/jfs/ |
D | jfs_unicode.h | 133 wchar_t *up; in UniStrupr() local 135 up = upin; in UniStrupr() 136 while (*up) { /* For all characters */ in UniStrupr() 137 *up = UniToupper(*up); in UniStrupr() 138 up++; in UniStrupr()
|
/fs/overlayfs/ |
D | Kconfig | 56 up. 76 The NFS export feature creates an index on copy up of every file and 111 bool "Overlayfs: turn on metadata only copy up feature by default" 116 copy up only metadata where appropriate and data copy up will
|
/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/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.
|
D | README.Locking | 6 JFFS2. It is not expected to remain perfectly up to date, but ought to
|
/fs/autofs/ |
D | Kconfig | 6 This name exists for people to just automatically pick up the
|
/fs/gfs2/ |
D | Kconfig | 18 machine show up immediately on all other machines in the cluster.
|
/fs/ufs/ |
D | Kconfig | 36 experimental, so you should back up your UFS partitions beforehand.
|
/fs/squashfs/ |
D | Kconfig | 11 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes 84 This decompressor implementation uses up to two parallel
|
/fs/cramfs/ |
D | README | 34 exist, speeds up user-space directory sorts, etc. 99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs
|
/fs/affs/ |
D | Changes | 173 up if a file was enlarged via truncate() and there 193 causing a solid lock-up.
|
/fs/ext4/ |
D | Kconfig | 46 up fsck time. For more information, please see the web pages at
|
/fs/proc/ |
D | Kconfig | 7 of the system. "Virtual" means that it doesn't take up any space on
|
/fs/pstore/ |
D | platform.c | 468 up(&psinfo->buf_lock); in pstore_dump()
|
/fs/xfs/ |
D | Kconfig | 34 should upgrade by backing up their files, reformatting, and restoring
|
D | xfs_log.c | 1223 up(&iclog->ic_sema); in xlog_ioend_work() 1715 up(&iclog->ic_sema); in xlog_write_iclog() 1937 up(&iclog->ic_sema); in xlog_dealloc_log()
|
/fs/btrfs/ |
D | disk-io.c | 2907 up(&fs_info->uuid_tree_rescan_sem); in btrfs_uuid_rescan_kthread() 2922 up(&fs_info->uuid_tree_rescan_sem); in btrfs_check_uuid_tree() 4118 up(&fs_info->uuid_tree_rescan_sem); in close_ctree()
|