Home
last modified time | relevance | path

Searched refs:f2fs_set_bit (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dcheckpoint.c504 f2fs_set_bit(devidx, (char *)&e->dirty_device); in __add_ino_entry()
H A Df2fs.h2572 static inline void f2fs_set_bit(unsigned int nr, char *addr) in f2fs_set_bit() function
H A Dsegment.c68 * 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 Dcheckpoint.c541 f2fs_set_bit(devidx, (char *)&e->dirty_device); in __add_ino_entry()
H A Df2fs.h1398 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 Dsegment.c52 * 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