Consider a scenario where a hard link /tmp/bar1 is created for /tmp/bar (in Linux it is done using using the command ln /tmp/bar /tmp/bar1) . List the sequence of block reads / writes that occur in response, and the purpose of each such block read/write.