Lines Matching refs:obj

100 static fsnotify_connp_t *fsnotify_object_connp(void *obj,  in fsnotify_object_connp()  argument
105 return &((struct inode *)obj)->i_fsnotify_marks; in fsnotify_object_connp()
107 return &real_mount(obj)->mnt_fsnotify_marks; in fsnotify_object_connp()
109 return fsnotify_sb_marks(obj); in fsnotify_object_connp()
111 return &((struct mnt_namespace *)obj)->n_fsnotify_marks; in fsnotify_object_connp()
179 if (conn->obj) in fsnotify_update_sb_watchers()
334 fsnotify_connp_t *connp = fsnotify_object_connp(conn->obj, conn->type); in fsnotify_detach_connector_from_object()
358 conn->obj = NULL; in fsnotify_detach_connector_from_object()
659 void *obj, unsigned int obj_type) in fsnotify_attach_connector_to_object() argument
671 conn->obj = obj; in fsnotify_attach_connector_to_object()
717 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, void *obj, in fsnotify_add_mark_list() argument
720 struct super_block *sb = fsnotify_object_sb(obj, obj_type); in fsnotify_add_mark_list()
740 connp = fsnotify_object_connp(obj, obj_type); in fsnotify_add_mark_list()
746 err = fsnotify_attach_connector_to_object(connp, obj, obj_type); in fsnotify_add_mark_list()
800 void *obj, unsigned int obj_type, in fsnotify_add_mark_locked() argument
821 ret = fsnotify_add_mark_list(mark, obj, obj_type, add_flags); in fsnotify_add_mark_locked()
839 int fsnotify_add_mark(struct fsnotify_mark *mark, void *obj, in fsnotify_add_mark() argument
846 ret = fsnotify_add_mark_locked(mark, obj, obj_type, add_flags); in fsnotify_add_mark()
856 struct fsnotify_mark *fsnotify_find_mark(void *obj, unsigned int obj_type, in fsnotify_find_mark() argument
859 fsnotify_connp_t *connp = fsnotify_object_connp(obj, obj_type); in fsnotify_find_mark()