Lines Matching refs:ino
1908 static inline int __mandatory_lock(struct inode *ino)
1910 return (ino->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID;
1918 static inline int mandatory_lock(struct inode *ino)
1920 return IS_MANDLOCK(ino) && __mandatory_lock(ino);
2268 extern struct inode *ilookup(struct super_block *sb, unsigned long ino);
2500 * Don't strictly need d_lock here? If the parent ino could change