- int (*getxattr)(struct v_inode* this, struct v_xattr_entry* entry);
- int (*setxattr)(struct v_inode* this, struct v_xattr_entry* entry);
- int (*delxattr)(struct v_inode* this, struct v_xattr_entry* entry);
+ int (*getxattr)(struct v_inode* this,
+ struct v_xattr_entry* entry); // optional
+ int (*setxattr)(struct v_inode* this,
+ struct v_xattr_entry* entry); // optional
+ int (*delxattr)(struct v_inode* this,
+ struct v_xattr_entry* entry); // optional