Home
last modified time | relevance | path

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

/linux/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/fs/cifs/
A 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);
A Ddfs_cache.c1190 void dfs_cache_add_refsrv_session(const uuid_t *mount_id, struct cifs_ses *ses) in dfs_cache_add_refsrv_session() argument
1194 if (WARN_ON_ONCE(!mount_id || uuid_is_null(mount_id) || !ses)) in dfs_cache_add_refsrv_session()
1197 mg = get_mount_group(mount_id); in dfs_cache_add_refsrv_session()
1215 void dfs_cache_put_refsrv_sessions(const uuid_t *mount_id) in dfs_cache_put_refsrv_sessions() argument
1219 if (!mount_id || uuid_is_null(mount_id)) in dfs_cache_put_refsrv_sessions()
1223 mg = find_mount_group_locked(mount_id); in dfs_cache_put_refsrv_sessions()
A Dconnect.c73 uuid_t mount_id; member
3351 dfs_cache_add_refsrv_session(&mnt_ctx->mount_id, mnt_ctx->ses); in set_root_ses()
3565 uuid_gen(&mnt_ctx.mount_id); in cifs_mount()
3592 uuid_copy(&cifs_sb->dfs_mount_id, &mnt_ctx.mount_id); in cifs_mount()
3600 dfs_cache_put_refsrv_sessions(&mnt_ctx.mount_id); in cifs_mount()
/linux/tools/testing/selftests/bpf/
A Dcgroup_helpers.c255 int dirfd, err, flags, mount_id, fhsize; in get_cgroup_id() local
274 err = name_to_handle_at(dirfd, cgroup_workdir, fhp, &mount_id, flags); in get_cgroup_id()
286 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id()
/linux/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.c527 int mount_id; in perf_event__synthesize_cgroup() local
538 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) { in perf_event__synthesize_cgroup()

Completed in 29 milliseconds