Home
last modified time | relevance | path

Searched defs:ext4_fc_dentry_update (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
Dfast_commit.h108 struct ext4_fc_dentry_update { struct
109 int fcd_op; /* Type of update create / unlink / link */
110 int fcd_parent; /* Parent inode number */
111 int fcd_ino; /* Inode number */
112 struct qstr fcd_name; /* Dirent name */
113 unsigned char fcd_iname[DNAME_INLINE_LEN]; /* Dirent name string */
114 struct list_head fcd_list;
115 struct list_head fcd_dilist;
/kernel/linux/linux-5.10/fs/ext4/
Dfast_commit.h72 struct ext4_fc_dentry_update { struct
73 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;