Searched defs:f2fs_inode (Results 1 – 2 of 2) sorted by relevance
287 struct f2fs_inode { struct288 __le16 i_mode; /* file mode */289 __u8 i_advise; /* file hints */291 __le32 i_uid; /* user ID */292 __le32 i_gid; /* group ID */293 __le32 i_links; /* links count */296 __le64 i_atime; /* access time */297 __le64 i_ctime; /* change time */303 union {311 __le32 i_flags; /* file attributes */[all …]
3545 #define F2FS_FITS_IN_INODE(f2fs_inode, extra_isize, field) \ argument