Searched defs:ext4_fc_dentry_update (Results 1 – 1 of 1) sorted by relevance
72 struct ext4_fc_dentry_update { struct73 int fcd_op; /* Type of update create / unlink / link */74 int fcd_parent; /* Parent inode number */75 int fcd_ino; /* Inode number */76 struct qstr fcd_name; /* Dirent name */77 unsigned char fcd_iname[DNAME_INLINE_LEN]; /* Dirent name string */78 struct list_head fcd_list;