Lines Matching refs:fsid
48 return fanotify_fsid_equal(&ffe1->fsid, &ffe2->fsid) &&
85 if (!fanotify_fsid_equal(&fne1->fsid, &fne2->fsid))
468 __kernel_fsid_t *fsid,
478 ffe->fsid = *fsid;
486 __kernel_fsid_t *fsid,
508 fne->fsid = *fsid;
531 __kernel_fsid_t *fsid)
594 event = fanotify_alloc_name_event(id, fsid, file_name, child,
597 event = fanotify_alloc_fid_event(id, fsid, gfp);
622 * Get cached fsid of the filesystem containing the object from any connector.
623 * All connectors are supposed to have the same fsid, but we do not verify that
629 __kernel_fsid_t fsid = {};
645 fsid = conn->fsid;
646 if (WARN_ON_ONCE(!fsid.val[0] && !fsid.val[1]))
648 return fsid;
651 return fsid;
663 __kernel_fsid_t fsid = {};
704 fsid = fanotify_get_fsid(iter_info);
706 if (!fsid.val[0] && !fsid.val[1])
711 file_name, &fsid);