Lines Matching defs:inode
12 static inline struct inode *fsnotify_conn_inode(
15 return container_of(conn->obj, struct inode, i_fsnotify_marks);
48 /* protects reads of inode and vfsmount marks list */
57 /* run the list of all marks associated with inode and destroy them */
58 static inline void fsnotify_clear_marks_by_inode(struct inode *inode)
60 fsnotify_destroy_marks(&inode->i_fsnotify_marks);
74 * update the dentry->d_flags of all of inode's children to indicate if inode cares
77 extern void __fsnotify_update_child_dentry_flags(struct inode *inode);