Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 51 – 75 of 131) sorted by relevance

123456

/linux-6.14.4/fs/btrfs/
Dioctl.c507 struct btrfs_key key; in create_subvol() local
1450 static noinline int key_in_sk(struct btrfs_key *key, in key_in_sk()
1474 static noinline int copy_to_sk(struct btrfs_path *path, in copy_to_sk()
1475 struct btrfs_key *key, in copy_to_sk()
1614 struct btrfs_key key; in search_ioctl() local
1615 struct btrfs_path *path; in search_ioctl() local
1747 struct btrfs_key key; in btrfs_search_path_in_tree() local
1755 struct btrfs_path *path; in btrfs_search_path_in_tree() local
1833 struct btrfs_path *path; in btrfs_search_path_in_tree_user() local
1834 struct btrfs_key key, key2; in btrfs_search_path_in_tree_user() local
[all …]
Dprops.c147 struct btrfs_path *path, in iterate_object_props()
162 struct btrfs_key key; in iterate_object_props() local
276 int btrfs_load_inode_props(struct inode *inode, struct btrfs_path *path) in btrfs_load_inode_props()
Dscrub.c223 struct btrfs_path *path; member
401 struct btrfs_key key; in scrub_print_warning_inode() local
482 struct btrfs_path *path; in scrub_print_common_warning() local
1333 static int compare_extent_item_range(struct btrfs_path *path, in compare_extent_item_range()
1338 struct btrfs_key key; in compare_extent_item_range() local
1372 struct btrfs_path *path, in find_first_extent_item()
1376 struct btrfs_key key; in find_first_extent_item() local
1439 static void get_extent_info(struct btrfs_path *path, u64 *extent_start_ret, in get_extent_info()
1442 struct btrfs_key key; in get_extent_info() local
2478 struct btrfs_path *path; in scrub_enumerate_chunks() local
[all …]
Ddefrag.c444 struct btrfs_path *path = NULL; in btrfs_defrag_leaves() local
445 struct btrfs_key key; in btrfs_defrag_leaves() local
621 struct btrfs_path path = { 0 }; in defrag_get_extent() local
623 struct btrfs_key key; in defrag_get_extent() local
/linux-6.14.4/drivers/firmware/efi/
Dapple-properties.c35 struct efi_dev_path path[]; member
59 char *key; in unmarshal_key_value_pairs() local
/linux-6.14.4/fs/overlayfs/
Dinode.c156 int ovl_getattr(struct mnt_idmap *idmap, const struct path *path, in ovl_getattr()
395 struct posix_acl *ovl_get_acl_path(const struct path *path, in ovl_get_acl_path()
1105 struct inode *inode, *key = d_inode(real); in ovl_lookup_inode() local
1122 struct inode *key = d_inode(dir); in ovl_lookup_trap_inode() local
1144 struct inode *key = d_inode(dir); in ovl_get_trap_inode() local
1202 struct inode *key) in ovl_iget5()
1239 struct inode *key = d_inode(bylower ? lowerdentry : in ovl_get_inode() local
/linux-6.14.4/kernel/bpf/
Dinode.c173 void *key; member
217 void *key = map_iter(m)->key; in map_seq_next() local
253 void *key = map_iter(m)->key; in map_seq_show() local
441 struct path path; in bpf_obj_do_pin() local
499 struct path path; in bpf_obj_do_get() local
586 struct path path; in bpf_prog_get_type_path() local
/linux-6.14.4/ipc/
Dutil.h87 key_t key; member
120 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0) argument
260 key_t key; member
Dutil.c74 const char *path; member
138 void __init ipc_init_proc_interface(const char *path, const char *header, in ipc_init_proc_interface()
172 static struct kern_ipc_perm *ipc_findkey(struct ipc_ids *ids, key_t key) in ipc_findkey()
/linux-6.14.4/fs/afs/
Dinode.c450 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status()
530 } __packed key; in afs_get_inode_cache() local
624 struct inode *afs_root_iget(struct super_block *sb, struct key *key) in afs_root_iget()
678 int afs_getattr(struct mnt_idmap *idmap, const struct path *path, in afs_getattr()
683 struct key *key; in afs_getattr() local
/linux-6.14.4/tools/testing/selftests/pidfd/
Dpidfd_open_test.c113 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) in get_pid_from_fdinfo_file()
116 char path[512]; in get_pid_from_fdinfo_file() local
/linux-6.14.4/kernel/
Daudit_tree.c27 unsigned long key; member
219 static inline struct list_head *chunk_hash(unsigned long key) in chunk_hash()
244 unsigned long key = inode_to_key(inode); in audit_tree_lookup() local
685 struct path path; in audit_trim_trees() local
803 struct path path; in audit_add_tree_rule() local
/linux-6.14.4/fs/smb/client/
Dcifsacl.c68 cifs_idmap_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_idmap_key_instantiate()
95 cifs_idmap_key_destroy(struct key *key) in cifs_idmap_key_destroy()
1426 const char *path, u32 *pacllen, u32 info) in get_cifs_acl_by_path()
1473 struct inode *inode, const char *path, in get_cifs_acl()
1491 struct inode *inode, const char *path, int aclflag) in set_cifs_acl()
1546 const char *path, const struct cifs_fid *pfid) in cifs_acl_to_fattr()
1592 id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64 *pnmode, in id_mode_to_cifs_acl()
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dtoken.c35 static inline int sys_fspick(int dfd, const char *path, unsigned flags) in sys_fspick()
40 static inline int sys_fsconfig(int fs_fd, unsigned cmd, const char *key, const void *val, int aux) in sys_fsconfig()
70 static int set_delegate_mask(int fs_fd, const char *key, __u64 mask, const char *mask_str) in set_delegate_mask()
232 static int write_file(const char *path, const void *buf, size_t count) in write_file()
Dbpf_iter.c586 static int do_read(const char *path, const char *expected) in do_read()
601 const char *path = "/sys/fs/bpf/bpf_iter_test1"; in test_file_iter() local
787 } key; in test_bpf_hash_map() local
880 } key; in test_bpf_percpu_hash_map() local
955 __u32 key, expected_key = 0, res_first_key; in test_bpf_array_map() local
/linux-6.14.4/tools/testing/selftests/net/
Dbpf_offload.py247 def bpf_obj(name, sec="xdp", path=bpf_test_dir,): argument
290 def __init__(self, path): argument
297 def __getitem__(self, key): argument
302 def __setitem__(self, key, value): argument
312 def _debugfs_dir_read(self, path): argument
384 def __getitem__(self, key): argument
1200 key = str2int(entries[i]["key"]) variable
1208 key = str2int(entry["next_key"]) variable
1212 key = str2int(entry["next_key"]) variable
/linux-6.14.4/fs/bcachefs/
Dbtree_update_interior.c237 struct btree_path *path, in bch2_btree_node_free_inmem()
752 struct btree_path *path = trans->paths + path_idx; in btree_update_nodes_written() local
1121 bch2_btree_update_start(struct btree_trans *trans, struct btree_path *path, in bch2_btree_update_start()
1297 struct btree_path *path, in bch2_btree_set_root()
1338 struct btree_path *path, in bch2_insert_fixup_btree_ptr()
1397 struct btree_path *path, in bch2_btree_insert_keys_interior()
1570 struct btree_path *path = trans->paths + path_idx; in btree_split_insert_keys() local
1583 btree_path_idx_t path, struct btree *b, in btree_split()
1777 struct btree_path *path = trans->paths + path_idx, *linked; in bch2_btree_insert_node() local
1844 btree_path_idx_t path, in bch2_btree_split_leaf()
[all …]
/linux-6.14.4/arch/x86/include/asm/
Defi.h247 #define __efi64_argmap_get_memory_map(mm_size, mm, key, size, ver) \ argument
253 #define __efi64_argmap_locate_handle_buffer(type, proto, key, num, buf) \ argument
271 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument
283 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \ argument
/linux-6.14.4/tools/testing/selftests/bpf/
Dtrace_helpers.c133 struct ksym *ksym_search_local(struct ksyms *ksyms, long key) in ksym_search_local()
185 struct ksym *ksym_search(long key) in ksym_search()
433 int read_build_id(const char *path, char *build_id, size_t size) in read_build_id()
/linux-6.14.4/fs/ubifs/
Dtnc.c534 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node()
737 static int resolve_collision(struct ubifs_info *c, const union ubifs_key *key, in resolve_collision()
926 const union ubifs_key *key, in fallible_resolve_collision()
1071 const union ubifs_key *key, in resolve_collision_directly()
1131 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up() local
1207 int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key, in ubifs_lookup_level0()
1343 static int lookup_level0_dirty(struct ubifs_info *c, const union ubifs_key *key, in lookup_level0_dirty()
1478 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate()
1584 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local
1846 static int do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in do_lookup_nm()
[all …]
/linux-6.14.4/tools/testing/selftests/net/af_unix/
Dscm_pidfd.c94 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) in get_pid_from_fdinfo_file()
97 char path[512]; in get_pid_from_fdinfo_file() local
/linux-6.14.4/tools/lib/bpf/
Dusdt.c306 static int sanity_check_usdt_elf(Elf *elf, const char *path) in sanity_check_usdt_elf()
401 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) in parse_elf_segs()
453 char path[PATH_MAX], line[PATH_MAX], mode[16]; in parse_vma_segs() local
579 static int collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *path, pid_t pid, in collect_usdt_targets()
892 static size_t specs_hash_fn(long key, void *ctx) in specs_hash_fn()
958 pid_t pid, const char *path, in usdt_manager_attach_usdt()
1135 static int parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, in parse_usdt_note()
/linux-6.14.4/tools/perf/util/
Dbpf_counter.c238 __u32 key = 0; in bpf_program_profiler__read() local
320 char path[PATH_MAX]; in bperf_lock_attr_map() local
563 __u32 key; in bperf__load() local
/linux-6.14.4/security/
Dsecurity.c796 static int lsm_key_alloc(struct key *key) in lsm_key_alloc()
1567 int security_sb_mount(const char *dev_name, const struct path *path, in security_sb_mount()
1678 int security_path_notify(const struct path *path, u64 mask, in security_path_notify()
2041 int security_path_truncate(const struct path *path) in security_path_truncate()
2059 int security_path_chmod(const struct path *path, umode_t mode) in security_path_chmod()
2076 int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in security_path_chown()
2091 int security_path_chroot(const struct path *path) in security_path_chroot()
2373 int security_inode_getattr(const struct path *path) in security_inode_getattr()
4479 int security_watch_key(struct key *key) in security_watch_key()
5478 int security_key_alloc(struct key *key, const struct cred *cred, in security_key_alloc()
[all …]
/linux-6.14.4/include/linux/
Dsecurity.h809 static inline int security_sb_mount(const char *dev_name, const struct path *path, in security_sb_mount()
849 static inline int security_path_notify(const struct path *path, u64 mask, in security_path_notify()
986 static inline int security_inode_getattr(const struct path *path) in security_inode_getattr()
1624 static inline int security_watch_key(struct key *key) in security_watch_key()
2077 static inline int security_path_truncate(const struct path *path) in security_path_truncate()
2104 static inline int security_path_chmod(const struct path *path, umode_t mode) in security_path_chmod()
2109 static inline int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in security_path_chown()
2114 static inline int security_path_chroot(const struct path *path) in security_path_chroot()
2134 static inline int security_key_alloc(struct key *key, in security_key_alloc()
2141 static inline void security_key_free(struct key *key) in security_key_free()
[all …]

123456