Searched refs:control (Results 1 – 18 of 18) sorted by relevance
| /fs/btrfs/ |
| A D | inode-item.c | 452 u64 new_size = control->new_size; in btrfs_truncate_inode_items() 465 ASSERT(control->inode || !control->clear_extent_range); in btrfs_truncate_inode_items() 468 control->last_size = new_size; in btrfs_truncate_inode_items() 469 control->sub_bytes = 0; in btrfs_truncate_inode_items() 483 key.objectid = control->ino; in btrfs_truncate_inode_items() 557 control->extents_found++; in btrfs_truncate_inode_items() 576 control->sub_bytes += num_dec; in btrfs_truncate_inode_items() 586 control->sub_bytes += num_dec; in btrfs_truncate_inode_items() 627 if (control->clear_extent_range) { in btrfs_truncate_inode_items() 651 control->last_size = new_size; in btrfs_truncate_inode_items() [all …]
|
| A D | inode-item.h | 90 struct btrfs_truncate_control *control);
|
| A D | free-space-cache.c | 297 struct btrfs_truncate_control control = { in btrfs_truncate_free_space_cache() local 346 ret = btrfs_truncate_inode_items(trans, root, &control); in btrfs_truncate_free_space_cache() 348 inode_sub_bytes(&inode->vfs_inode, control.sub_bytes); in btrfs_truncate_free_space_cache() 349 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate_free_space_cache()
|
| A D | inode.c | 5507 struct btrfs_truncate_control control = { in btrfs_evict_inode() local 5520 ret = btrfs_truncate_inode_items(trans, root, &control); in btrfs_evict_inode() 7607 struct btrfs_truncate_control control = { in btrfs_truncate() local 7691 control.new_size = new_size; in btrfs_truncate() 7702 ret = btrfs_truncate_inode_items(trans, root, &control); in btrfs_truncate() 7704 inode_sub_bytes(&inode->vfs_inode, control.sub_bytes); in btrfs_truncate() 7705 btrfs_inode_safe_disk_i_size_write(inode, control.last_size); in btrfs_truncate() 7792 if (control.extents_found > 0) in btrfs_truncate()
|
| A D | tree-log.c | 4217 struct btrfs_truncate_control control = { in truncate_inode_items() local 4224 return btrfs_truncate_inode_items(trans, log_root, &control); in truncate_inode_items()
|
| /fs/fuse/ |
| A D | Makefile | 13 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
|
| /fs/ext4/ |
| A D | Kconfig | 87 Security labels support alternative access control models 102 using dynamic debug control for mb_debug() / ext_debug() msgs.
|
| /fs/9p/ |
| A D | Kconfig | 39 Security labels support alternative access control models
|
| /fs/resctrl/ |
| A D | Kconfig | 8 monitor and control their usage of memory system resources such as
|
| /fs/ceph/ |
| A D | Kconfig | 46 Security labels support alternative access control models
|
| /fs/ext2/ |
| A D | Kconfig | 44 Security labels support alternative access control models
|
| /fs/jfs/ |
| A D | Kconfig | 29 Security labels support alternative access control models
|
| /fs/ubifs/ |
| A D | Kconfig | 81 Security labels provide an access control facility to support Linux
|
| /fs/f2fs/ |
| A D | Kconfig | 69 Security labels provide an access control facility to support Linux
|
| /fs/jffs2/ |
| A D | Kconfig | 92 Security labels support alternative access control models
|
| /fs/erofs/ |
| A D | Kconfig | 78 Security labels provide an access control facility to support Linux
|
| /fs/befs/ |
| A D | ChangeLog | 101 * Added mount option to control debug printing. 282 Flow control with #ifdef (ugh). Maybe I'll redo it once
|
| /fs/ |
| A D | Kconfig | 241 usage. Say Y to enable quota support. Once enabled you can control
|
Completed in 48 milliseconds