Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dubifs.h403 struct ubifs_inode { struct
404 struct inode vfs_inode;
405 unsigned long long creat_sqnum;
406 unsigned long long del_cmtno;
407 unsigned int xattr_size;
408 unsigned int xattr_cnt;
409 unsigned int xattr_names;
410 unsigned int dirty:1;
411 unsigned int xattr:1;
412 unsigned int bulk_read:1;
[all …]
H A Dmisc.h88 static inline struct ubifs_inode *ubifs_inode(const struct inode *inode) in ubifs_inode() function