Lines Matching defs:mark
131 nfsd_file_mark_free(struct fsnotify_mark *mark)
133 struct nfsd_file_mark *nfm = container_of(mark, struct nfsd_file_mark,
160 struct fsnotify_mark *mark;
165 mark = fsnotify_find_mark(&inode->i_fsnotify_marks,
167 if (mark) {
168 nfm = nfsd_file_mark_get(container_of(mark,
173 fsnotify_put_mark(mark);
177 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group);
178 fsnotify_put_mark(mark);
199 * mark->group will be NULL. Thus, we can't let the nfm_ref
679 nfsd_file_fsnotify_handle_event(struct fsnotify_mark *mark, u32 mask,