Lines Matching defs:mark
92 nfsd_file_mark_free(struct fsnotify_mark *mark)
94 struct nfsd_file_mark *nfm = container_of(mark, struct nfsd_file_mark,
121 struct fsnotify_mark *mark;
127 mark = fsnotify_find_mark(&inode->i_fsnotify_marks,
129 if (mark) {
130 nfm = nfsd_file_mark_get(container_of(mark,
135 fsnotify_put_mark(mark);
139 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group);
140 fsnotify_put_mark(mark);
160 * mark->group will be NULL. Thus, we can't let the nfm_ref
600 nfsd_file_fsnotify_handle_event(struct fsnotify_mark *mark, u32 mask,