Home
last modified time | relevance | path

Searched refs:FSNOTIFY_MARK_FLAG_WEAK_FSID (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dfsnotify_backend.h633 #define FSNOTIFY_MARK_FLAG_WEAK_FSID 0x1000 macro
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c1281 mark->flags |= FSNOTIFY_MARK_FLAG_WEAK_FSID; in fanotify_set_mark_fsid()
1302 if ((mark->flags ^ old->flags) & FSNOTIFY_MARK_FLAG_WEAK_FSID) in fanotify_set_mark_fsid()
H A Dfanotify.c889 if (!(mark->flags & FSNOTIFY_MARK_FLAG_WEAK_FSID) && in fanotify_get_fsid()