by default when a filesystem object is created the kernel initializes the dentry_operations with d_dop.
but is it possible to overload the existing d_dop field of an in-memory directory entry?
i mean , can we reinitialize the dentry operations of a dentry?
hope , the question is clear.