Home
last modified time | relevance | path

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

/linux-6.1.9/tools/build/feature/
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.1.9/fs/cifs/
Ddfs_cache.h46 void dfs_cache_put_refsrv_sessions(const uuid_t *mount_id);
47 void dfs_cache_add_refsrv_session(const uuid_t *mount_id, struct cifs_ses *ses);
Ddfs_cache.c1194 void dfs_cache_add_refsrv_session(const uuid_t *mount_id, struct cifs_ses *ses) in dfs_cache_add_refsrv_session() argument
1198 if (WARN_ON_ONCE(!mount_id || uuid_is_null(mount_id) || !ses)) in dfs_cache_add_refsrv_session()
1201 mg = get_mount_group(mount_id); in dfs_cache_add_refsrv_session()
1219 void dfs_cache_put_refsrv_sessions(const uuid_t *mount_id) in dfs_cache_put_refsrv_sessions() argument
1223 if (!mount_id || uuid_is_null(mount_id)) in dfs_cache_put_refsrv_sessions()
1227 mg = find_mount_group_locked(mount_id); in dfs_cache_put_refsrv_sessions()
Dconnect.c73 uuid_t mount_id; member
3598 dfs_cache_add_refsrv_session(&mnt_ctx->mount_id, mnt_ctx->ses); in set_root_ses()
3823 uuid_gen(&mnt_ctx.mount_id); in cifs_mount()
3850 uuid_copy(&cifs_sb->dfs_mount_id, &mnt_ctx.mount_id); in cifs_mount()
3862 dfs_cache_put_refsrv_sessions(&mnt_ctx.mount_id); in cifs_mount()
/linux-6.1.9/tools/testing/selftests/bpf/
Dcgroup_helpers.c375 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
394 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); in get_cgroup_id()
406 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id()
/linux-6.1.9/tools/perf/util/
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()
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()