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

1234567

/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/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
H A Dbefs.h111 BEFS_SB(const struct super_block *super) argument
113 return (struct befs_sb_info *) super->s_fs_info;
/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/efs/
H A DMakefile8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
/linux-master/fs/gfs2/
H A DMakefile8 recovery.o rgrp.o super.o sys.o trans.o util.o
/linux-master/fs/hfs/
H A DMakefile10 part_tbl.o string.o super.o sysdep.o trans.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 \
/linux-master/fs/hpfs/
H A DMakefile9 inode.o map.o name.o namei.o super.o
/linux-master/fs/jffs2/
H A DMakefile12 jffs2-y += super.o debug.o
/linux-master/fs/nilfs2/
H A DMakefile3 nilfs2-y := inode.o file.o dir.o super.o namei.o page.o mdt.o \
/linux-master/fs/ocfs2/
H A DMakefile36 super.o \
/linux-master/fs/orangefs/
H A DMakefile9 dcache.o inode.o orangefs-sysfs.o orangefs-mod.o super.o \
/linux-master/fs/reiserfs/
H A DMakefile9 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \
/linux-master/fs/romfs/
H A DMakefile8 romfs-y := storage.o super.o
/linux-master/fs/sysv/
H A DMakefile9 namei.o super.o
/linux-master/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
/linux-master/fs/ufs/
H A DMakefile9 namei.o super.o util.o
/linux-master/Documentation/sphinx/
H A Dcdomain.py200 fullname = super(CObject, self).handle_signature(sig, signode)
/linux-master/arch/arm/boot/dts/allwinner/
H A DMakefile249 sun8i-r16-nintendo-super-nes-classic.dtb \
312 sun8i-r16-nintendo-super-nes-classic.dtb \
/linux-master/arch/m68k/ifpsp060/
H A Dos.S157 dmrbs: move.b (%a0),%d0 | fetch super byte
193 dmrws: move.w (%a0), %d0 | fetch super word
228 dmrls: move.l (%a0),%d0 | fetch super longword
250 dmwbs: move.b %d0,(%a0) | store super byte
273 dmwws: move.w %d0,(%a0) | store super word
296 dmwls: move.l %d0,(%a0) | store super longword
/linux-master/drivers/clk/tegra/
H A DMakefile13 obj-y += clk-super.o
17 obj-y += clk-tegra-super-cclk.o
18 obj-y += clk-tegra-super-gen4.o
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...]

Completed in 303 milliseconds

1234567