Searched refs:modified (Results 1 – 10 of 10) sorted by relevance
/fs/btrfs/ |
D | extent_map.c | 344 int modified) in setup_extent_mapping() argument 350 if (modified) in setup_extent_mapping() 401 struct extent_map *em, int modified) in add_extent_mapping() argument 411 setup_extent_mapping(tree, em, modified); in add_extent_mapping() 505 int modified) in replace_extent_mapping() argument 514 setup_extent_mapping(tree, new, modified); in replace_extent_mapping()
|
D | extent_map.h | 81 struct extent_map *em, int modified); 86 int modified);
|
D | file.c | 538 bool modified; in btrfs_drop_extent_cache() local 548 modified = false; in btrfs_drop_extent_cache() 580 modified = !list_empty(&em->list); in btrfs_drop_extent_cache() 610 replace_extent_mapping(em_tree, em, split, modified); in btrfs_drop_extent_cache() 649 modified); in btrfs_drop_extent_cache() 652 modified); in btrfs_drop_extent_cache()
|
/fs/exfat/ |
D | inode.c | 108 int ret, modified = false; in exfat_map_cluster() local 199 modified = true; in exfat_map_cluster() 209 modified = true; in exfat_map_cluster() 219 if (ei->dir.dir != DIR_DELETED && modified) { in exfat_map_cluster()
|
D | dir.c | 606 es->modified = true; in exfat_update_dir_chksum_with_entry_set() 613 if (es->modified) in exfat_free_dentry_set() 848 es->modified = false; in exfat_get_dentry_set()
|
D | exfat_fs.h | 170 bool modified; member
|
/fs/ntfs3/ |
D | frecord.c | 3209 bool modified = false; in ni_write_inode() local 3222 modified = true; in ni_write_inode() 3228 modified = true; in ni_write_inode() 3234 modified = true; in ni_write_inode() 3240 modified = true; in ni_write_inode() 3243 if (modified) in ni_write_inode() 3247 (modified || (ni->ni_flags & NI_FLAG_UPDATE_PARENT)) in ni_write_inode()
|
/fs/ntfs/ |
D | inode.c | 2963 bool modified = false; in __ntfs_write_inode() local 3005 modified = true; in __ntfs_write_inode() 3014 modified = true; in __ntfs_write_inode() 3023 modified = true; in __ntfs_write_inode() 3041 if (modified) { in __ntfs_write_inode()
|
/fs/xfs/ |
D | Kconfig | 168 This behavior can be modified at runtime via sysfs.
|
/fs/f2fs/ |
D | segment.c | 1240 bool modified = false; in __punch_discard_cmd() local 1253 modified = true; in __punch_discard_cmd() 1257 if (modified) { in __punch_discard_cmd() 2140 unsigned int segno, int modified) in __set_sit_entry_type() argument 2145 if (modified) in __set_sit_entry_type() 2527 static void reset_curseg(struct f2fs_sb_info *sbi, int type, int modified) in reset_curseg() argument 2548 __set_sit_entry_type(sbi, seg_type, curseg->segno, modified); in reset_curseg()
|