Searched refs:f2fs_set_bit (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | checkpoint.c | 504 f2fs_set_bit(devidx, (char *)&e->dirty_device); in __add_ino_entry()
|
H A D | f2fs.h | 2572 static inline void f2fs_set_bit(unsigned int nr, char *addr) in f2fs_set_bit() function
|
H A D | segment.c | 68 * MSB and LSB are reversed in a byte by f2fs_set_bit. 107 * f2fs_set_bit makes MSB and LSB reversed in a byte. 111 * f2fs_set_bit(0, bitmap) => 1000 0000 112 * f2fs_set_bit(7, bitmap) => 0000 0001 3626 f2fs_set_bit(devidx, (char *)&sbi->dirty_device); in update_device_state()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | checkpoint.c | 541 f2fs_set_bit(devidx, (char *)&e->dirty_device); in __add_ino_entry()
|
H A D | f2fs.h | 1398 static inline void f2fs_set_bit(unsigned int nr, char *addr); 2922 static inline void f2fs_set_bit(unsigned int nr, char *addr) in f2fs_set_bit() function
|
H A D | segment.c | 52 * MSB and LSB are reversed in a byte by f2fs_set_bit. 91 * f2fs_set_bit makes MSB and LSB reversed in a byte. 95 * f2fs_set_bit(0, bitmap) => 1000 0000 96 * f2fs_set_bit(7, bitmap) => 0000 0001 3538 f2fs_set_bit(devidx, (char *)&sbi->dirty_device); in f2fs_update_device_state()
|
Completed in 34 milliseconds