Searched refs:put_super (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/fs/
H A Dsuper.c415 * put_super - drop a temporary reference to superblock
421 void put_super(struct super_block *sb) function
478 * put_super(), where we hold the sb_lock. Therefore we destroy
485 put_super(s);
532 put_super(sb);
538 put_super(sb);
640 if (sop->put_super)
641 sop->put_super(sb);
866 put_super(sb);
874 put_super(s
[all...]
H A Dinternal.h123 void put_super(struct super_block *sb);
H A Dbinfmt_misc.c967 .put_super = bm_put_super,
1021 * ->enabled again in put_super() as someone might already be mounting
1023 * ->put_super() is called we know that the binary type list for this
/linux-master/fs/freevxfs/
H A Dvxfs_super.c121 .put_super = vxfs_put_super,
/linux-master/fs/coda/
H A Dinode.c105 .put_super = coda_put_super,
/linux-master/fs/jffs2/
H A Dsuper.c247 .put_super = jffs2_put_super,
/linux-master/fs/sysv/
H A Dinode.c329 .put_super = sysv_put_super,
/linux-master/fs/hfs/
H A Dsuper.c42 * This is the put_super() entry in the super_operations structure for
179 .put_super = hfs_put_super,
/linux-master/fs/adfs/
H A Dsuper.c274 .put_super = adfs_put_super,
/linux-master/fs/vboxsf/
H A Dsuper.c327 .put_super = vboxsf_put_super,
/linux-master/fs/squashfs/
H A Dsuper.c690 .put_super = squashfs_put_super,
/linux-master/fs/omfs/
H A Dinode.c321 .put_super = omfs_put_super,
/linux-master/fs/hfsplus/
H A Dsuper.c373 .put_super = hfsplus_put_super,
/linux-master/fs/qnx6/
H A Dinode.c41 .put_super = qnx6_put_super,
/linux-master/fs/bfs/
H A Dinode.c284 .put_super = bfs_put_super,
/linux-master/fs/affs/
H A Dsuper.c155 .put_super = affs_put_super,
/linux-master/fs/hpfs/
H A Dsuper.c531 .put_super = hpfs_put_super,
/linux-master/fs/minix/
H A Dinode.c112 .put_super = minix_put_super,
/linux-master/fs/befs/
H A Dlinuxvfs.c70 .put_super = befs_put_super, /* uninit super */
/linux-master/fs/exfat/
H A Dsuper.c192 .put_super = exfat_put_super,
/linux-master/fs/jfs/
H A Dsuper.c884 .put_super = jfs_put_super,
/linux-master/fs/erofs/
H A Dsuper.c984 .put_super = erofs_put_super,
/linux-master/fs/quota/
H A Dquota.c901 put_super(sb);
/linux-master/fs/gfs2/
H A Dsuper.c1590 .put_super = gfs2_put_super,
/linux-master/fs/ceph/
H A Dsuper.c1037 .put_super = ceph_put_super,

Completed in 287 milliseconds

12