Searched refs:wdata (Results 1 – 2 of 2) sorted by relevance
108 struct inotify_watch wdata; /* inotify watch data */ member174 watch = container_of(w, struct inotify_user_watch, wdata); in free_inotify_user_watch()278 watch = container_of(w, struct inotify_user_watch, wdata); in inotify_dev_queue_event()406 inotify_init_watch(&watch->wdata); in create_watch()407 ret = inotify_add_watch(dev->ih, &watch->wdata, inode, mask); in create_watch()409 free_inotify_user_watch(&watch->wdata); in create_watch()
96 struct nfs_write_data *wdata = data; in nfs_writedata_release() local98 put_nfs_open_context(wdata->args.context); in nfs_writedata_release()99 nfs_writedata_free(wdata); in nfs_writedata_release()1181 struct nfs_write_data *wdata = data; in nfs_commitdata_release() local1183 put_nfs_open_context(wdata->args.context); in nfs_commitdata_release()1184 nfs_commit_free(wdata); in nfs_commitdata_release()