Home
last modified time | relevance | path

Searched refs:mount_id (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/build/feature/
A Dtest-file-handle.c13 int mount_id; in main() local
15 name_to_handle_at(AT_FDCWD, "/", &handle.fh, &mount_id, 0); in main()
/linux-6.3-rc2/fs/cifs/
A Ddfs_cache.h43 void dfs_cache_put_refsrv_sessions(const uuid_t *mount_id);
44 void dfs_cache_add_refsrv_session(const uuid_t *mount_id, struct cifs_ses *ses);
A Ddfs_cache.c1120 void dfs_cache_add_refsrv_session(const uuid_t *mount_id, struct cifs_ses *ses) in dfs_cache_add_refsrv_session() argument
1124 if (WARN_ON_ONCE(!mount_id || uuid_is_null(mount_id) || !ses)) in dfs_cache_add_refsrv_session()
1127 mg = get_mount_group(mount_id); in dfs_cache_add_refsrv_session()
1145 void dfs_cache_put_refsrv_sessions(const uuid_t *mount_id) in dfs_cache_put_refsrv_sessions() argument
1149 if (!mount_id || uuid_is_null(mount_id)) in dfs_cache_put_refsrv_sessions()
1153 mg = find_mount_group_locked(mount_id); in dfs_cache_put_refsrv_sessions()
A Ddfs.c114 dfs_cache_add_refsrv_session(&mnt_ctx->mount_id, mnt_ctx->ses); in set_root_ses()
A Dconnect.c3410 uuid_gen(&mnt_ctx.mount_id); in cifs_mount()
3430 uuid_copy(&cifs_sb->dfs_mount_id, &mnt_ctx.mount_id); in cifs_mount()
3442 dfs_cache_put_refsrv_sessions(&mnt_ctx.mount_id); in cifs_mount()
A Dcifsglob.h1753 uuid_t mount_id; member
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dcgroup_helpers.c395 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
414 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); in get_cgroup_id()
426 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id()
/linux-6.3-rc2/tools/perf/util/
A Dcgroup.c59 int mount_id; in read_cgroup_id() local
67 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) in read_cgroup_id()
A Dsynthetic-events.c557 int mount_id; in perf_event__synthesize_cgroup() local
568 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) { in perf_event__synthesize_cgroup()

Completed in 28 milliseconds