Searched refs:super (Results 1 - 25 of 158) sorted by relevance

1234567

/linux-master/fs/efivarfs/
H A DMakefile8 efivarfs-objs := inode.o file.o super.o vars.o
/linux-master/drivers/clk/tegra/
H A Dclk-tegra-super-cclk.c3 * Based on clk-super.c
52 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); local
53 u32 val = readl_relaxed(super->reg);
73 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); local
87 if (super->flags & TEGRA20_SUPER_CLK)
137 struct tegra_clk_super_mux *super; local
145 super = kzalloc(sizeof(*super), GFP_KERNEL);
146 if (!super)
154 super
[all...]
H A Dclk-super.c83 * For LP mode super-clock switch between PLLX direct
148 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); local
149 struct clk_hw *div_hw = &super->frac_div.hw;
154 rate = super->div_ops->round_rate(div_hw, req->rate,
166 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); local
167 struct clk_hw *div_hw = &super->frac_div.hw;
171 return super->div_ops->recalc_rate(div_hw, parent_rate);
177 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); local
178 struct clk_hw *div_hw = &super->frac_div.hw;
182 return super
187 struct tegra_clk_super_mux *super = to_clk_super_mux(hw); local
213 struct tegra_clk_super_mux *super; local
249 struct tegra_clk_super_mux *super; local
[all...]
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py11 super().__init__()
15 super().pre_suite(testcount, testlist)
/linux-master/fs/romfs/
H A DMakefile8 romfs-y := storage.o super.o
/linux-master/drivers/xen/xenfs/
H A DMakefile4 xenfs-y = super.o
/linux-master/fs/adfs/
H A DMakefile8 adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
/linux-master/fs/efs/
H A DMakefile8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
/linux-master/fs/vboxsf/
H A DMakefile5 vboxsf-y := dir.o file.o utils.o vboxsf_wrappers.o super.o
/linux-master/fs/zonefs/
H A DMakefile6 zonefs-y := super.o file.o sysfs.o
/linux-master/scripts/gdb/linux/
H A Dvfs.py34 super(DentryName, self).__init__("lx_dentry_name")
51 super(InodeDentry, self).__init__("lx_i_dentry")
H A Dtasks.py52 super(LxTaskByPidFunc, self).__init__("lx_task_by_pid")
69 super(LxPs, self).__init__("lx-ps", gdb.COMMAND_DATA)
101 super(LxThreadInfoFunc, self).__init__("lx_thread_info")
117 super(LxThreadInfoByPidFunc, self).__init__("lx_thread_info_by_pid")
/linux-master/fs/affs/
H A DMakefile10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/linux-master/fs/befs/
H A DMakefile8 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
/linux-master/fs/hpfs/
H A DMakefile9 inode.o map.o name.o namei.o super.o
/linux-master/fs/sysv/
H A DMakefile9 namei.o super.o
/linux-master/fs/ufs/
H A DMakefile9 namei.o super.o util.o
/linux-master/fs/exfat/
H A DMakefile7 exfat-y := inode.o namei.o dir.o super.o fatent.o cache.o nls.o misc.o \
/linux-master/fs/overlayfs/
H A DMakefile8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c194 struct super_block_data super; member in struct:index_layout
215 static inline bool is_converted_super_block(struct super_block_data *super) argument
217 return super->version == 7;
332 return open_layout_reader(layout, region, -layout->super.start_offset,
347 return open_layout_writer(layout, region, -layout->super.start_offset,
352 struct super_block_data *super)
354 memset(super, 0, sizeof(*super));
355 memcpy(super->magic_label, LAYOUT_MAGIC, MAGIC_SIZE);
356 create_unique_nonce_data(super
351 generate_super_block_data(struct save_layout_sizes *sls, struct super_block_data *super) argument
980 instantiate_index_save_layout(struct index_save_layout *isl, struct super_block_data *super, u64 volume_nonce, unsigned int zone_count) argument
1201 struct super_block_data *super = &layout->super; local
1383 struct super_block_data *super = &layout->super; local
[all...]
/linux-master/fs/ecryptfs/
H A DMakefile8 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
/linux-master/fs/hfs/
H A DMakefile10 part_tbl.o string.o super.o sysdep.o trans.o
/linux-master/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
/linux-master/drivers/md/bcache/
H A DMakefile6 journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
/linux-master/fs/hfsplus/
H A DMakefile8 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \

Completed in 191 milliseconds

1234567