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

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp46 _update_last_modified(nspace* vol, vnode* node, bool willWrite) function
75 if (_update_last_modified(vol, parent_node, true) != B_OK)
464 result = _update_last_modified(vol, node, false);
601 result = _update_last_modified(vol, dir, true);
949 result = _update_last_modified(vol, odir, true);
955 result = _update_last_modified(vol, ndir, true);

Completed in 31 milliseconds