Home
last modified time | relevance | path

Searched refs:s_d_op (Results 1 – 33 of 33) sorted by relevance

/linux-4.1.27/fs/9p/
Dvfs_super.c148 sb->s_d_op = &v9fs_cached_dentry_operations; in v9fs_mount()
150 sb->s_d_op = &v9fs_dentry_operations; in v9fs_mount()
/linux-4.1.27/fs/configfs/
Dmount.c101 sb->s_d_op = &configfs_dentry_ops; /* the rest get that */ in configfs_fill_super()
/linux-4.1.27/fs/kernfs/
Dmount.c96 sb->s_d_op = &kernfs_dops; in kernfs_fill_super()
/linux-4.1.27/fs/efivarfs/
Dsuper.c204 sb->s_d_op = &efivarfs_d_ops; in efivarfs_fill_super()
/linux-4.1.27/fs/affs/
Dsuper.c498 sb->s_d_op = &affs_intl_dentry_operations; in affs_fill_super()
500 sb->s_d_op = &affs_dentry_operations; in affs_fill_super()
/linux-4.1.27/fs/coda/
Dinode.c199 sb->s_d_op = &coda_dentry_operations; in coda_fill_super()
/linux-4.1.27/fs/autofs4/
Dinode.c246 s->s_d_op = &autofs4_dentry_operations; in autofs4_fill_super()
/linux-4.1.27/fs/fat/
Dnamei_vfat.c1048 sb->s_d_op = &vfat_ci_dentry_ops; in setup()
1050 sb->s_d_op = &vfat_dentry_ops; in setup()
Dnamei_msdos.c644 sb->s_d_op = &msdos_dentry_operations; in setup()
/linux-4.1.27/fs/hfs/
Dsuper.c442 sb->s_d_op = &hfs_dentry_operations; in hfs_fill_super()
/linux-4.1.27/fs/afs/
Dsuper.c341 sb->s_d_op = &afs_fs_dentry_operations; in afs_fill_super()
/linux-4.1.27/fs/
Dlibfs.c70 if (!dentry->d_sb->s_d_op) in simple_lookup()
253 s->s_d_op = dops; in mount_pseudo()
Ddcache.c1600 d_set_d_op(dentry, dentry->d_sb->s_d_op); in __d_alloc()
/linux-4.1.27/fs/cifs/
Dcifsfs.c149 sb->s_d_op = &cifs_ci_dentry_ops; in cifs_read_super()
151 sb->s_d_op = &cifs_dentry_ops; in cifs_read_super()
/linux-4.1.27/fs/debugfs/
Dinode.c223 sb->s_d_op = &debugfs_dops; in debug_fill_super()
/linux-4.1.27/fs/adfs/
Dsuper.c502 sb->s_d_op = &adfs_dentry_operations; in adfs_fill_super()
/linux-4.1.27/fs/ecryptfs/
Dmain.c533 s->s_d_op = &ecryptfs_dops; in ecryptfs_mount()
/linux-4.1.27/fs/sysv/
Dsuper.c338 sb->s_d_op = &sysv_dentry_operations; in complete_read_super()
/linux-4.1.27/fs/hpfs/
Dsuper.c596 s->s_d_op = &hpfs_dentry_operations; in hpfs_fill_super()
/linux-4.1.27/fs/hfsplus/
Dsuper.c506 sb->s_d_op = &hfsplus_dentry_operations; in hfsplus_fill_super()
/linux-4.1.27/fs/jfs/
Dsuper.c584 sb->s_d_op = &jfs_ci_dentry_operations; in jfs_fill_super()
/linux-4.1.27/fs/overlayfs/
Dsuper.c967 sb->s_d_op = &ovl_dentry_operations; in ovl_fill_super()
/linux-4.1.27/fs/hostfs/
Dhostfs_kern.c940 sb->s_d_op = &simple_dentry_operations; in hostfs_fill_sb_common()
/linux-4.1.27/fs/ncpfs/
Dinode.c556 sb->s_d_op = &ncp_dentry_operations; in ncp_fill_super()
/linux-4.1.27/fs/fuse/
Dinode.c1058 sb->s_d_op = &fuse_dentry_operations; in fuse_fill_super()
/linux-4.1.27/fs/isofs/
Dinode.c913 s->s_d_op = &isofs_dentry_ops[table - 1]; in isofs_fill_super()
/linux-4.1.27/net/sunrpc/
Drpc_pipe.c1397 sb->s_d_op = &simple_dentry_operations; in rpc_fill_super()
/linux-4.1.27/fs/gfs2/
Dops_fstype.c1072 sb->s_d_op = &gfs2_dops; in fill_super()
/linux-4.1.27/fs/btrfs/
Dsuper.c948 sb->s_d_op = &btrfs_dentry_operations; in btrfs_fill_super()
/linux-4.1.27/fs/ocfs2/
Dsuper.c2060 sb->s_d_op = &ocfs2_dentry_ops; in ocfs2_initialize_super()
/linux-4.1.27/include/linux/
Dfs.h1339 const struct dentry_operations *s_d_op; /* default d_op for dentries */ member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c954 sb->s_d_op = &ll_d_ops; in ll_fill_super()
/linux-4.1.27/fs/nfs/
Dsuper.c2397 s->s_d_op = server->nfs_client->rpc_ops->dentry_ops; in nfs_set_super()