<div dir="ltr"><div>Dear Gluster Community,</div><div>in worm_create_cbk a file gets the xattr &quot;trusted.worm_file&quot; and &quot;trusted.start_time&quot; if worm-file-level is enabled. Now I want to exclude some files in a special folder from the WORM function. Therefore I want to check in worm_create_cbk if the file is in this folder or not. But I don&#39;t find a parameter where the filepath is stored. So my alternative solution was, to check it in worm_create (via loc-&gt;path) and store a boolean value in frame-&gt;local. This boolean value will be used in worm_create_cbk later. But its not my favourite solution.</div><div><br></div><div>Do you know how to get the filepath in the cbk function?</div><div><br></div><div>Regards</div><div>David Spisla<br></div></div>