| /fs/hpfs/ |
| A D | dnode.c | 333 ad->up = d->up; in hpfs_add_to_dnode() 352 rd->up = d->up; in hpfs_add_to_dnode() 366 d->up = ad->up = cpu_to_le32(rdno); in hpfs_add_to_dnode() 468 dnode_secno up = le32_to_cpu(dnode->up); in move_to_top() local 491 dno = up; in move_to_top() 534 up = le32_to_cpu(dnode->up); in delete_empty_dnode() 559 d1->up = cpu_to_le32(up); in delete_empty_dnode() 593 d1->up = cpu_to_le32(up); in delete_empty_dnode() 628 dno = up; in delete_empty_dnode() 832 if (up && le32_to_cpu(((struct dnode *)qbh.data)->up) != up) in hpfs_de_as_down_as_possible() [all …]
|
| A D | anode.c | 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() 169 if (up != node || !fnod) { 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() 197 up = up != node ? le32_to_cpu(anode->up) : -1; in hpfs_add_sector_to_btree() 214 anode->up = cpu_to_le32(na); in hpfs_add_sector_to_btree() 221 anode->up = cpu_to_le32(node); in hpfs_add_sector_to_btree() 248 unode->up = cpu_to_le32(ra); in hpfs_add_sector_to_btree() [all …]
|
| A D | hpfs.h | 297 __le32 up; /* (root dnode) directory's fnode member 443 __le32 up; /* pointer to file's directory fnode */ member 496 __le32 up; /* parent anode or fnode */ member
|
| A D | namei.c | 82 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_mkdir() 90 dnode->up = cpu_to_le32(fno); in hpfs_mkdir() 186 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_create() 267 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_mknod() 344 fnode->up = cpu_to_le32(dir->i_ino); in hpfs_symlink() 588 fnode->up = cpu_to_le32(new_dir->i_ino); in hpfs_rename()
|
| A D | inode.c | 121 hpfs_inode->i_parent_dir = le32_to_cpu(fnode->up); in hpfs_read_inode()
|
| /fs/ntfs3/ |
| A D | lznt.c | 145 const u8 *up = unc; in compress_chunk() local 163 while (up < unc_end) { in compress_chunk() 170 max_len = up + 3 <= unc_end ? (*match)(up, ctx) : 0; in compress_chunk() 175 not_zero |= *cp++ = *up++; in compress_chunk() 184 up += max_len; in compress_chunk() 230 u8 *up = unc; in decompress_chunk() local 249 *up++ = *cmpr++; in decompress_chunk() 268 if (unc + offset > up) in decompress_chunk() 273 length = unc_end - up; in decompress_chunk() 277 *up = *(up - offset); in decompress_chunk() [all …]
|
| A D | Kconfig | 8 Windows OS native file system (NTFS) support up to NTFS version 3.1.
|
| /fs/nfsd/ |
| A D | nfsfh.h | 148 u32 *up; in mk_fsid() local 171 up = (u32*)uuid; in mk_fsid() 173 fsidv[1] = up[0] ^ up[1] ^ up[2] ^ up[3]; in mk_fsid() 178 up = (u32*)uuid; in mk_fsid() 179 fsidv[0] = up[0] ^ up[2]; in mk_fsid() 180 fsidv[1] = up[1] ^ up[3]; in mk_fsid()
|
| /fs/jfs/ |
| A D | jfs_unicode.h | 126 wchar_t *up; in UniStrupr() local 128 up = upin; in UniStrupr() 129 while (*up) { /* For all characters */ in UniStrupr() 130 *up = UniToupper(*up); in UniStrupr() 131 up++; in UniStrupr()
|
| /fs/nls/ |
| A D | nls_ucs2_utils.h | 274 register __le16 *up; in UniStrupr() local 276 up = upin; in UniStrupr() 277 while (*up) { /* For all characters */ in UniStrupr() 278 *up = cpu_to_le16(UniToupper(le16_to_cpu(*up))); in UniStrupr() 279 up++; in UniStrupr()
|
| /fs/overlayfs/ |
| A D | Kconfig | 57 up. 77 The NFS export feature creates an index on copy up of every file and 112 bool "Overlayfs: turn on metadata only copy up feature by default" 117 copy up only metadata where appropriate and data copy up will
|
| /fs/befs/ |
| A 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).
|
| /fs/bcachefs/ |
| A D | recovery_passes.c | 285 up(&c->recovery.run_lock); in bch2_run_async_recovery_passes() 579 up(&r->run_lock); in bch2_async_recovery_passes_work() 611 up(&c->recovery.run_lock); in bch2_run_recovery_passes()
|
| A D | btree_locking.c | 325 goto up; in bch2_check_for_deadlock() 404 up: in bch2_check_for_deadlock()
|
| /fs/gfs2/ |
| A D | Kconfig | 18 machine show up immediately on all other machines in the cluster.
|
| /fs/btrfs/ |
| A D | uuid-tree.c | 525 up(&fs_info->uuid_tree_rescan_sem); in btrfs_uuid_scan_kthread() 564 up(&fs_info->uuid_tree_rescan_sem); in btrfs_create_uuid_tree()
|
| /fs/ufs/ |
| A D | Kconfig | 37 experimental, so you should back up your UFS partitions beforehand.
|
| /fs/cramfs/ |
| A 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/ |
| A D | Changes | 173 up if a file was enlarged via truncate() and there 193 causing a solid lock-up.
|
| /fs/xfs/ |
| A D | Kconfig | 34 should upgrade by backing up their files, reformatting, and restoring 61 should upgrade by backing up their files, reformatting, and restoring
|
| A D | xfs_log.c | 818 up(&iclog->ic_sema); in xlog_wait_iclog_completion() 1257 up(&iclog->ic_sema); in xlog_ioend_work() 1704 up(&iclog->ic_sema); in xlog_write_iclog()
|
| /fs/squashfs/ |
| A D | Kconfig | 11 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes 112 This decompressor implementation uses up to two parallel
|
| /fs/ext4/ |
| A D | Kconfig | 46 up fsck time. For more information, please see the web pages at
|
| /fs/proc/ |
| A D | Kconfig | 7 of the system. "Virtual" means that it doesn't take up any space on
|
| /fs/jffs2/ |
| A D | README.Locking | 6 JFFS2. It is not expected to remain perfectly up to date, but ought to
|