Searched refs:last_notification (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dntfs.h68 bigtime_t last_notification = 0; member in struct:file_cookie
H A Dkernel_interface.cpp931 && system_time() > cookie->last_notification + INODE_NOTIFICATION_INTERVAL) {
935 cookie->last_notification = system_time();
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h184 bigtime_t last_notification; member in struct:file_cookie
H A Dkernel_interface.cpp475 cookie->last_notification = system_time();
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dxfs.h54 bigtime_t last_notification; member in struct:file_cookie
H A Dkernel_interface.cpp290 cookie->last_notification = system_time();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h275 bigtime_t last_notification; member in struct:BFS::file_cookie
H A Dkernel_interface.cpp1023 cookie->last_notification = system_time();
1377 cookie->last_notification = system_time();
1464 && system_time() > cookie->last_notification
1469 cookie->last_notification = system_time();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp748 cookie->last_notification = system_time();
1164 cookie->last_notification = system_time();
1251 && system_time() > cookie->last_notification
1256 cookie->last_notification = system_time();
H A Dext2.h850 bigtime_t last_notification; member in struct:file_cookie
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h530 bigtime_t last_notification; member in struct:file_cookie
H A Dkernel_interface.cpp557 cookie->last_notification = system_time();
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h353 bigtime_t last_notification; member in struct:file_cookie
H A Dkernel_interface.cpp280 cookie->last_notification = system_time();

Completed in 115 milliseconds