<div dir="ltr">Hi<div>I want to add one boolean field to inode structure for a directory.</div><div> when it is 1 it means that directory has one or more video file. when it is 0 it means that there is no video file in that directory.</div><div>I can add this variable to inode structure and update it in server side, in posix_create function (when there is a create request for a video file).</div><div>question is about client knowledge about this variable. is it possible that client can see the amount of this variable of different servers (bricks) and OR them to one variable in cient&#39;s inode of the directory? in which xlator I should try in client side?</div></div>