Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Df2fs_fs.h275 struct f2fs_inode { struct
276 __le16 i_mode; /* file mode */
277 __u8 i_advise; /* file hints */
279 __le32 i_uid; /* user ID */
280 __le32 i_gid; /* group ID */
281 __le32 i_links; /* links count */
284 __le64 i_atime; /* access time */
285 __le64 i_ctime; /* change time */
291 union {
299 __le32 i_flags; /* file attributes */
[all …]
/openbmc/linux/fs/f2fs/
H A Df2fs.h3455 #define F2FS_FITS_IN_INODE(f2fs_inode, extra_isize, field) \ argument