Home
last modified time | relevance | path

Searched defs:path (Results 226 – 250 of 753) sorted by relevance

12345678910>>...31

/linux/tools/perf/util/
H A Dsymbol.h97 static inline int __symbol__join_symfs(char *bf, size_t size, const char *path) in __symbol__join_symfs()
102 #define symbol__join_symfs(bf, path) __symbol__join_symfs(bf, sizeof(bf), path) argument
/linux/tools/testing/selftests/lsm/
H A Dcommon.c24 char *path; in read_proc_attr() local
/linux/tools/testing/selftests/filesystems/nsfs/
H A Downer.c30 char path[128]; in main() local
/linux/fs/btrfs/
H A Dfree-space-cache.c83 struct btrfs_path *path, in __lookup_free_space_inode() argument
133 struct btrfs_path *path) in lookup_free_space_inode() argument
168 __create_free_space_inode(struct btrfs_root * root,struct btrfs_trans_handle * trans,struct btrfs_path * path,u64 ino,u64 offset) __create_free_space_inode() argument
225 create_free_space_inode(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path) create_free_space_inode() argument
735 __load_free_space_cache(struct btrfs_root * root,struct inode * inode,struct btrfs_free_space_ctl * ctl,struct btrfs_path * path,u64 offset) __load_free_space_cache() argument
945 struct btrfs_path *path; load_free_space_cache() local
1148 update_cache_item(struct btrfs_trans_handle * trans,struct btrfs_root * root,struct inode * inode,struct btrfs_path * path,u64 offset,int entries,int bitmaps) update_cache_item() argument
1298 __btrfs_wait_cache_io(struct btrfs_root * root,struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_io_ctl * io_ctl,struct btrfs_path * path,u64 offset) __btrfs_wait_cache_io() argument
1354 btrfs_wait_cache_io(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path) btrfs_wait_cache_io() argument
1521 btrfs_write_out_cache(struct btrfs_trans_handle * trans,struct btrfs_block_group * block_group,struct btrfs_path * path) btrfs_write_out_cache() argument
[all...]
H A Dblock-group.c1041 remove_block_group_item(struct btrfs_trans_handle * trans,struct btrfs_path * path,struct btrfs_block_group * block_group) remove_block_group_item() argument
1068 struct btrfs_path *path; btrfs_remove_block_group() local
2050 read_bg_from_eb(struct btrfs_fs_info * fs_info,const struct btrfs_key * key,const struct btrfs_path * path) read_bg_from_eb() argument
2097 find_first_block_group(struct btrfs_fs_info * fs_info,struct btrfs_path * path,const struct btrfs_key * key) find_first_block_group() argument
2538 struct btrfs_path *path; btrfs_read_block_groups() local
3122 update_block_group_item(struct btrfs_trans_handle * trans,struct btrfs_path * path,struct btrfs_block_group * cache) update_block_group_item() argument
3192 cache_save_setup(struct btrfs_block_group * block_group,struct btrfs_trans_handle * trans,struct btrfs_path * path) cache_save_setup() argument
[all...]
H A Dprops.c147 struct btrfs_path *path, in iterate_object_props()
276 int btrfs_load_inode_props(struct btrfs_inode *inode, struct btrfs_path *path) in btrfs_load_inode_props()
/linux/fs/btrfs/tests/
H A Dextent-buffer-tests.c16 struct btrfs_path *path = NULL; in test_btrfs_split_item() local
/linux/tools/usb/usbip/src/
H A Dusbip_detach.c36 char path[PATH_MAX+1]; in detach_port() local
/linux/drivers/acpi/acpica/
H A Ddswload.c110 char *path; in acpi_ds_load1_begin_op() local
/linux/tools/bpf/bpftool/
H A Diter.c18 const char *objfile, *path; in do_pin() local
/linux/scripts/
H A Dmacro_checker.py107 def get_correct_macros(path): argument
/linux/fs/smb/client/
H A Dcifsacl.c1442 const char *path, u32 *pacllen, u32 info) in get_cifs_acl_by_path()
1489 struct inode *inode, const char *path, in get_cifs_acl()
1507 struct inode *inode, const char *path, int aclflag) in set_cifs_acl()
1562 const char *path, const struct cifs_fid *pfid) in cifs_acl_to_fattr()
1608 id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64 *pnmode, in id_mode_to_cifs_acl()
/linux/samples/hid/
H A Dhid_mouse.c54 static int get_hid_id(const char *path) in get_hid_id()
/linux/Documentation/sphinx/
H A Dkernel_abi.py53 path = os.path.join(srctree, "Documentation/ABI") variable
/linux/drivers/net/xen-netback/
H A Dxenbus.c524 const char *path, const char *token) in xen_net_rate_changed()
583 const char *path, const char *token) in xen_mcast_ctrl_changed()
660 const char *path, in hotplug_status_changed()
/linux/scripts/kconfig/
H A Dconfdata.c28 static bool is_present(const char *path) in is_present()
36 static bool is_dir(const char *path) in is_dir()
97 static int make_parent_dir(const char *path) in make_parent_dir()
/linux/security/apparmor/
H A Dfile.c150 const struct path *path, int flags, char *buffer, in path_name()
244 const struct path *path, char *buffer, u32 request, in profile_path_perm()
277 const struct path *path, int flags, u32 request, in aa_path_perm()
H A Dlsm.c219 static int common_perm(const char *op, const struct path *path, u32 mask, in common_perm()
243 static int common_perm_cond(const char *op, const struct path *path, u32 mask) in common_perm_cond()
272 struct path path = { .mnt = dir->mnt, .dentry = dentry }; in common_perm_dir_dentry() local
347 static int apparmor_path_truncate(const struct path *path) in apparmor_path_truncate()
445 static int apparmor_path_chmod(const struct path *path, umode_t mode) in apparmor_path_chmod()
450 static int apparmor_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in apparmor_path_chown()
455 static int apparmor_inode_getattr(const struct path *path) in apparmor_inode_getattr()
708 static int apparmor_sb_mount(const char *dev_name, const struct path *path, in apparmor_sb_mount()
/linux/fs/xfs/scrub/
H A Dmetapath.c53 const char *path; member
90 const char *path, in xchk_setup_metapath_scan()
/linux/tools/testing/selftests/arm64/fp/
H A Dvlset.c106 char *path; in main() local
/linux/fs/ext4/
H A Dsymlink.c59 const struct path *path, in ext4_encrypted_symlink_getattr()
/linux/fs/nfsd/
H A Dvfs.c130 struct path path = {.mnt = mntget(exp->ex_path.mnt), in nfsd_cross_mnt() local
183 static void follow_to_parent(struct path *path) in follow_to_parent()
197 struct path path = {.mnt = mntget((*exp)->ex_path.mnt), in nfsd_lookup_parent() local
880 struct path path; in __nfsd_open() local
1894 struct path path; in nfsd_readlink() local
1939 char *path, struct nfsd_attrs *attrs, in nfsd_symlink()
2547 struct path path = { in nfsd_statfs() local
/linux/fs/nfs/
H A Dnfs4namespace.c115 char *path = nfs_path(&limit, dentry, buffer, buflen, in nfs4_path() local
133 const char *path; in nfs4_validate_fspath() local
/linux/fs/cachefiles/
H A Ddaemon.c634 struct path path; in cachefiles_daemon_cull() local
705 struct path path; in cachefiles_daemon_inuse() local
/linux/fs/exportfs/
H A Dexpfs.c31 struct path path = {.mnt = mnt, .dentry = dir}; in exportfs_get_name() local
274 static int get_name(const struct path *path, char *name, struct dentry *child) in get_name()

12345678910>>...31