Lines Matching defs:mark
735 * We need to keep the mark around even if remaining mask cannot
738 * Destroy mark when only umask bits remain.
825 struct fsnotify_mark *mark;
831 mark = kmem_cache_alloc(fanotify_mark_cache, GFP_KERNEL);
832 if (!mark)
835 fsnotify_init_mark(mark, group);
836 ret = fsnotify_add_mark_locked(mark, connp, type, 0, fsid);
838 fsnotify_put_mark(mark);
842 return mark;
896 * an ignored mark, unless that ignored mark is supposed to survive
1118 * mark is questionable. For now we leave them alone.
1214 * inode events are not supported on a mount mark, because they do not
1271 /* create/update an inode mark */