Searched refs:mount_id (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/build/feature/ |
D | test-file-handle.c | 13 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/ |
D | dfs_cache.h | 46 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);
|
D | dfs_cache.c | 1194 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()
|
D | connect.c | 73 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/ |
D | cgroup_helpers.c | 375 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/ |
D | cgroup.c | 59 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()
|
D | synthetic-events.c | 557 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()
|