Home
last modified time | relevance | path

Searched refs:control (Results 1 – 18 of 18) sorted by relevance

/fs/btrfs/
A Dinode-item.c452 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 Dinode-item.h90 struct btrfs_truncate_control *control);
A Dfree-space-cache.c297 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 Dinode.c5507 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 Dtree-log.c4217 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 DMakefile13 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
/fs/ext4/
A DKconfig87 Security labels support alternative access control models
102 using dynamic debug control for mb_debug() / ext_debug() msgs.
/fs/9p/
A DKconfig39 Security labels support alternative access control models
/fs/resctrl/
A DKconfig8 monitor and control their usage of memory system resources such as
/fs/ceph/
A DKconfig46 Security labels support alternative access control models
/fs/ext2/
A DKconfig44 Security labels support alternative access control models
/fs/jfs/
A DKconfig29 Security labels support alternative access control models
/fs/ubifs/
A DKconfig81 Security labels provide an access control facility to support Linux
/fs/f2fs/
A DKconfig69 Security labels provide an access control facility to support Linux
/fs/jffs2/
A DKconfig92 Security labels support alternative access control models
/fs/erofs/
A DKconfig78 Security labels provide an access control facility to support Linux
/fs/befs/
A DChangeLog101 * Added mount option to control debug printing.
282 Flow control with #ifdef (ugh). Maybe I'll redo it once
/fs/
A DKconfig241 usage. Say Y to enable quota support. Once enabled you can control

Completed in 48 milliseconds