Searched refs:after (Results 1 – 15 of 15) sorted by relevance
/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after 15 decide which inodes should be in-core immediately after mount.
|
D | README.Locking | 109 if we need to deal with wrapping after 4 milliard inode numbers are used. 148 Lock wbuf_sem last, after the alloc_sem or and f->sem. 165 after release read-semaphore, if it's necessary to load name/value pair 169 Lock xattr_sem last, after the alloc_sem.
|
/fs/ext4/ |
D | page-io.c | 191 struct list_head *cur, *before, *after; in dump_completed_IO() local 202 after = cur->next; in dump_completed_IO() 203 io1 = container_of(after, ext4_io_end_t, list); in dump_completed_IO()
|
D | Kconfig | 3 # kernels after the removal of ext3 driver.
|
/fs/nilfs2/ |
D | Kconfig | 9 consistency like conventional LFS, it achieves quick recovery after
|
/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1881 int after; in xfs_attr3_leaf_remove() local 1912 before = after = -1; in xfs_attr3_leaf_remove() 1928 after = i; in xfs_attr3_leaf_remove() 1939 if ((before >= 0) || (after >= 0)) { in xfs_attr3_leaf_remove() 1940 if ((before >= 0) && (after >= 0)) { in xfs_attr3_leaf_remove() 1942 ichdr.freemap[before].size += ichdr.freemap[after].size; in xfs_attr3_leaf_remove() 1943 ichdr.freemap[after].base = 0; in xfs_attr3_leaf_remove() 1944 ichdr.freemap[after].size = 0; in xfs_attr3_leaf_remove() 1948 ichdr.freemap[after].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove() 1949 ichdr.freemap[after].size += entsize; in xfs_attr3_leaf_remove()
|
/fs/befs/ |
D | ChangeLog | 58 * Added support for long symlinks, after Axel Dorfler explained up how 126 in directories. A cleaner solution will come after I've thought about it 189 * Fixed a thinko that was corrupting file reads after the first block_run 375 very end of befs_read_super(), after we are done with the disk superblock.
|
/fs/pstore/ |
D | Kconfig | 41 ram buffer that can be decoded and dumped after reboot through
|
/fs/quota/ |
D | Kconfig | 15 you don't need to run quotacheck(8) after an unclean shutdown.
|
/fs/btrfs/ |
D | Kconfig | 53 after a power-loss or kernel panic event the filesystem is
|
/fs/affs/ |
D | Changes | 188 - Fixed bug in balloc(): Superblock was not set dirty after 286 - The filesystem is remounted read-only after an
|
/fs/reiserfs/ |
D | README | 24 discuss this with him before or after contributing. You have the 81 To understand the code, after reading the website, start reading the
|
/fs/ |
D | Kconfig.binfmt | 21 If you find that after upgrading from Linux kernel 1.2 and saying Y
|
/fs/nfs/ |
D | nfs4proc.c | 970 dir->i_version = cinfo->after; in update_changeattr() 2220 else if (o_res->cinfo.before != o_res->cinfo.after) in _nfs4_proc_open()
|
D | nfs4xdr.c | 4230 xdr_decode_hyper(p, &cinfo->after); in decode_change_info()
|