Searched refs:super_operations (Results 26 - 50 of 100) sorted by relevance

1234

/linux-master/fs/sysv/
H A Dinode.c324 const struct super_operations sysv_sops = {
/linux-master/fs/efs/
H A Dsuper.c118 static const struct super_operations efs_superblock_operations = {
/linux-master/fs/kernfs/
H A Dmount.c58 const struct super_operations kernfs_sops = {
/linux-master/fs/hfs/
H A Dsuper.c42 * This is the put_super() entry in the super_operations structure for
89 * This is the statfs() entry in the super_operations structure for
174 static const struct super_operations hfs_super_operations = {
/linux-master/drivers/misc/ibmasm/
H A Dibmasmfs.c95 static const struct super_operations ibmasmfs_s_ops = {
/linux-master/fs/autofs/
H A Dinode.c106 static const struct super_operations autofs_sops = {
/linux-master/fs/devpts/
H A Dinode.c403 static const struct super_operations devpts_sops = {
/linux-master/fs/pstore/
H A Dinode.c280 static const struct super_operations pstore_ops = {
/linux-master/fs/adfs/
H A Dsuper.c269 static const struct super_operations adfs_sops = {
/linux-master/fs/openpromfs/
H A Dinode.c365 static const struct super_operations openprom_sops = {
/linux-master/drivers/dax/
H A Dsuper.c387 static const struct super_operations dax_sops = {
/linux-master/fs/
H A Dinode.c257 const struct super_operations *ops = sb->s_op;
306 const struct super_operations *ops = inode->i_sb->s_op;
648 const struct super_operations *op = inode->i_sb->s_op;
1704 const struct super_operations *op = inode->i_sb->s_op;
/linux-master/fs/erofs/
H A Dinternal.h381 extern const struct super_operations erofs_sops;
/linux-master/fs/jfs/
H A Dsuper.c43 static const struct super_operations jfs_super_operations;
878 static const struct super_operations jfs_super_operations = {
/linux-master/fs/cramfs/
H A Dinode.c55 static const struct super_operations cramfs_ops;
944 static const struct super_operations cramfs_ops = {
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h525 extern const struct super_operations ecryptfs_sops;
/linux-master/fs/omfs/
H A Dinode.c318 static const struct super_operations omfs_sops = {
/linux-master/drivers/android/
H A Dbinderfs.c340 static const struct super_operations binderfs_super_ops = {
/linux-master/fs/afs/
H A Dsuper.c55 static const struct super_operations afs_super_ops = {
/linux-master/fs/hfsplus/
H A Dsuper.c368 static const struct super_operations hfsplus_sops = {
/linux-master/fs/proc/
H A Dinode.c187 const struct super_operations proc_sops = {
/linux-master/fs/bfs/
H A Dinode.c279 static const struct super_operations bfs_sops = {
/linux-master/fs/affs/
H A Dsuper.c150 static const struct super_operations affs_sops = {
/linux-master/fs/hpfs/
H A Dsuper.c526 static const struct super_operations hpfs_sops =
/linux-master/fs/tracefs/
H A Dinode.c371 static const struct super_operations tracefs_super_operations = {

Completed in 270 milliseconds

1234