Searched defs:MSDOS_I (Results 1 - 1 of 1) sorted by relevance

/fs/fat/
H A Dfat.h147 static inline struct msdos_inode_info *MSDOS_I(struct inode *inode) function
192 u8 attrs = MSDOS_I(inode)->i_attrs;
203 MSDOS_I(inode)->i_attrs = attrs & ATTR_UNUSED;
205 MSDOS_I(inode)->i_attrs = attrs & (ATTR_UNUSED | ATTR_RO);
239 i_pos = MSDOS_I(inode)->i_pos;

Completed in 5 milliseconds