Lines Matching refs:i_mode
279 if (LINUX_S_ISDIR(inode->i_mode)) in expand_inode_expression()
309 fprintf(f, "0%o", inode->i_mode); in expand_inode_expression()
321 fprintf(f, "%u", (LINUX_S_ISDIR(inode->i_mode) ? in expand_inode_expression()
331 if (LINUX_S_ISREG(inode->i_mode)) in expand_inode_expression()
333 else if (LINUX_S_ISDIR(inode->i_mode)) in expand_inode_expression()
335 else if (LINUX_S_ISCHR(inode->i_mode)) in expand_inode_expression()
337 else if (LINUX_S_ISBLK(inode->i_mode)) in expand_inode_expression()
339 else if (LINUX_S_ISFIFO(inode->i_mode)) in expand_inode_expression()
341 else if (LINUX_S_ISLNK(inode->i_mode)) in expand_inode_expression()
343 else if (LINUX_S_ISSOCK(inode->i_mode)) in expand_inode_expression()
347 inode->i_mode); in expand_inode_expression()