Searched refs:after (Results 1 – 14 of 14) sorted by relevance
/fs/jffs2/ |
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 | 201 struct list_head *cur, *before, *after; in dump_completed_IO() local 212 after = cur->next; in dump_completed_IO() 213 io_end1 = container_of(after, ext4_io_end_t, list); in dump_completed_IO()
|
D | Kconfig | 4 # kernels after the removal of ext3 driver.
|
/fs/nilfs2/ |
D | Kconfig | 10 consistency like conventional LFS, it achieves quick recovery after
|
/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2092 int after; in xfs_attr3_leaf_remove() local 2123 before = after = -1; in xfs_attr3_leaf_remove() 2139 after = i; in xfs_attr3_leaf_remove() 2150 if ((before >= 0) || (after >= 0)) { in xfs_attr3_leaf_remove() 2151 if ((before >= 0) && (after >= 0)) { in xfs_attr3_leaf_remove() 2153 ichdr.freemap[before].size += ichdr.freemap[after].size; in xfs_attr3_leaf_remove() 2154 ichdr.freemap[after].base = 0; in xfs_attr3_leaf_remove() 2155 ichdr.freemap[after].size = 0; in xfs_attr3_leaf_remove() 2159 ichdr.freemap[after].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove() 2160 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/quota/ |
D | Kconfig | 16 you don't need to run quotacheck(8) after an unclean shutdown.
|
/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/btrfs/ |
D | Kconfig | 59 after a power-loss or kernel panic event the filesystem is
|
/fs/ |
D | Kconfig.binfmt | 25 If you find that after upgrading from Linux kernel 1.2 and saying Y
|
/fs/pstore/ |
D | Kconfig | 144 ram buffer that can be decoded and dumped after reboot through
|
/fs/nfs/ |
D | nfs4proc.c | 1231 if (cinfo->after == change_attr) in nfs4_update_changeattr_locked() 1235 if ((s64)(change_attr - cinfo->after) >= 0) in nfs4_update_changeattr_locked() 1239 inode_set_iversion_raw(inode, cinfo->after); in nfs4_update_changeattr_locked() 2707 else if (o_res->cinfo.before != o_res->cinfo.after) in _nfs4_proc_open() 2710 inode_peek_iversion_raw(dir) != o_res->cinfo.after) in _nfs4_proc_open()
|
D | nfs4xdr.c | 4268 xdr_decode_hyper(p, &cinfo->after); in decode_change_info()
|