Home
last modified time | relevance | path

Searched refs:modified (Results 1 - 25 of 335) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_map.c289 * @gen: generation that this extent has been modified in
345 int modified) in setup_extent_mapping()
351 if (modified) in setup_extent_mapping()
395 * @modified: indicate whether the given @em should be added to the
396 * modified list, which indicates the extent needs to be logged
404 struct extent_map *em, int modified) in add_extent_mapping()
414 setup_extent_mapping(tree, em, modified); in add_extent_mapping()
510 int modified) in replace_extent_mapping()
521 setup_extent_mapping(tree, new, modified); in replace_extent_mapping()
748 bool modified; in btrfs_drop_extent_map_range() local
343 setup_extent_mapping(struct extent_map_tree *tree, struct extent_map *em, int modified) setup_extent_mapping() argument
403 add_extent_mapping(struct extent_map_tree *tree, struct extent_map *em, int modified) add_extent_mapping() argument
507 replace_extent_mapping(struct extent_map_tree *tree, struct extent_map *cur, struct extent_map *new, int modified) replace_extent_mapping() argument
935 btrfs_replace_extent_map_range(struct btrfs_inode *inode, struct extent_map *new_em, bool modified) btrfs_replace_extent_map_range() argument
[all...]
H A Dextent_map.h91 struct extent_map *em, int modified);
112 bool modified);
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_fdb.c570 /* returns true if the fdb was modified */
835 /* returns true if the fdb is modified */
838 bool modified = false; in fdb_handle_notify() local
843 modified = true; in fdb_handle_notify()
848 modified = true; in fdb_handle_notify()
853 modified = true; in fdb_handle_notify()
856 return modified; in fdb_handle_notify()
868 bool modified = false; in fdb_add_entry() local
902 modified = true; in fdb_add_entry()
909 modified in fdb_add_entry()
1210 bool modified = false; br_fdb_external_learn_add() local
[all...]
/kernel/linux/linux-5.10/drivers/iio/chemical/
H A Dvz89x.c67 .modified = 1,
75 .modified = 1,
83 .modified = 1,
104 .modified = 1,
113 .modified = 1,
158 /* VZ89TE device has a modified CRC-8 two complement check */
H A Dsgp30.c139 .modified = 1,
146 .modified = 1,
153 .modified = 1,
160 .modified = 1,
170 .modified = 1,
177 .modified = 1,
H A Dams-iaq-core.c41 .modified = 1,
53 .modified = 1,
/kernel/linux/linux-6.6/drivers/iio/chemical/
H A Dvz89x.c67 .modified = 1,
75 .modified = 1,
83 .modified = 1,
104 .modified = 1,
113 .modified = 1,
158 /* VZ89TE device has a modified CRC-8 two complement check */
H A Dsgp30.c139 .modified = 1,
146 .modified = 1,
153 .modified = 1,
160 .modified = 1,
170 .modified = 1,
177 .modified = 1,
H A Dams-iaq-core.c41 .modified = 1,
53 .modified = 1,
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c66 .modified = 1,
75 .modified = 1,
84 .modified = 1,
93 .modified = 1,
102 .modified = 1,
111 .modified = 1,
120 .modified = 1,
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c70 .modified = 1,
79 .modified = 1,
88 .modified = 1,
97 .modified = 1,
106 .modified = 1,
115 .modified = 1,
124 .modified = 1,
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c52 .modified = 1,
62 .modified = 1,
72 .modified = 1,
88 .modified = 1,
98 .modified = 1,
108 .modified = 1,
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c54 .modified = 1,
64 .modified = 1,
74 .modified = 1,
90 .modified = 1,
100 .modified = 1,
110 .modified = 1,
/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c252 if (block->modified == FALSE) { in BlockRead()
353 if (block->modified == TRUE) { in BcacheSyncBlock()
371 block->modified = FALSE; in BcacheSyncBlock()
420 if (block->modified == TRUE) { in BlockAllDirty()
472 if (block->modified == TRUE) { in GetSlowBlock()
506 cur->modified = FALSE; in WriteMergedBlocks()
579 if (prefer->used && !prefer->modified) { in AllocNewBlock()
628 if (block->modified == TRUE) { in BlockInit()
629 block->modified = FALSE; in BlockInit()
862 if ((block->readFlag == FALSE) && (block->modified in BlockCacheRead()
[all...]
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_fdb.c846 /* returns true if the fdb was modified */
996 /* returns true if the fdb is modified */
999 bool modified = false; in fdb_handle_notify() local
1004 modified = true; in fdb_handle_notify()
1009 modified = true; in fdb_handle_notify()
1014 modified = true; in fdb_handle_notify()
1017 return modified; in fdb_handle_notify()
1029 bool modified = false; in fdb_add_entry() local
1063 modified = true; in fdb_add_entry()
1070 modified in fdb_add_entry()
1384 bool modified = false; br_fdb_external_learn_add() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_map.h81 struct extent_map *em, int modified);
86 int modified);
H A Dextent_map.c290 * @gen: generation that this extent has been modified in
344 int modified) in setup_extent_mapping()
350 if (modified) in setup_extent_mapping()
398 struct extent_map *em, int modified) in add_extent_mapping()
408 setup_extent_mapping(tree, em, modified); in add_extent_mapping()
502 int modified) in replace_extent_mapping()
511 setup_extent_mapping(tree, new, modified); in replace_extent_mapping()
342 setup_extent_mapping(struct extent_map_tree *tree, struct extent_map *em, int modified) setup_extent_mapping() argument
397 add_extent_mapping(struct extent_map_tree *tree, struct extent_map *em, int modified) add_extent_mapping() argument
499 replace_extent_mapping(struct extent_map_tree *tree, struct extent_map *cur, struct extent_map *new, int modified) replace_extent_mapping() argument
/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c47 .modified = 1,
57 .modified = 1,
67 .modified = 1,
/kernel/linux/linux-6.6/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c53 .modified = 1,
63 .modified = 1,
73 .modified = 1,
/kernel/linux/linux-6.6/drivers/iio/orientation/
H A Dhid-sensor-incl-3d.c56 .modified = 1,
66 .modified = 1,
76 .modified = 1,
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp.h31 void nfp_nsp_config_set_modified(struct nfp_nsp *state, bool modified);
/kernel/linux/linux-5.10/drivers/iio/common/ssp_sensors/
H A Dssp_iio_sensor.h8 .modified = 1,\
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp.h31 void nfp_nsp_config_set_modified(struct nfp_nsp *state, bool modified);
/kernel/linux/linux-6.6/drivers/iio/common/ssp_sensors/
H A Dssp_iio_sensor.h8 .modified = 1,\
/kernel/linux/linux-5.10/fs/exfat/
H A Dinode.c108 int ret, modified = false; in exfat_map_cluster() local
198 modified = true; in exfat_map_cluster()
208 modified = true; in exfat_map_cluster()
218 if (ei->dir.dir != DIR_DELETED && modified) { in exfat_map_cluster()

Completed in 18 milliseconds

12345678910>>...14