Searched refs:ufs (Results 1 – 20 of 20) sorted by relevance
577 struct ovl_fs *ufs = sb->s_fs_info; in ovl_put_super() local580 dput(ufs->workdir); in ovl_put_super()581 mntput(ufs->upper_mnt); in ovl_put_super()582 for (i = 0; i < ufs->numlower; i++) in ovl_put_super()583 mntput(ufs->lower_mnt[i]); in ovl_put_super()584 kfree(ufs->lower_mnt); in ovl_put_super()586 kfree(ufs->config.lowerdir); in ovl_put_super()587 kfree(ufs->config.upperdir); in ovl_put_super()588 kfree(ufs->config.workdir); in ovl_put_super()589 kfree(ufs); in ovl_put_super()[all …]
4 mount -t ufs -o ufstype=type_of_ufs device dir14 type of ufs automatically. That's why user must specify type of 15 ufs manually by mount option ufstype. Possible values are:17 old old format of ufs59 Any ufs bug report you can send to daniel.pirkl@email.cz or
148 ufs.txt149 - info on the ufs filesystem.
5 obj-$(CONFIG_UFS_FS) += ufs.o7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
11 file <file:Documentation/filesystems/ufs.txt> for more information.26 module will be called ufs.
10 - compatible : compatible list, contains "qcom,ufs-phy-qmp-20nm"11 or "qcom,ufs-phy-qmp-14nm" according to the relevant phy in use.34 compatible = "qcom,ufs-phy-qmp-20nm";
7 - compatible : must contain "jedec,ufs-1.1", may also list one or more47 compatible = "jedec,ufs-1.1";
44 obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o45 obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-20nm.o46 obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-14nm.o
2 obj-$(CONFIG_SCSI_UFS_QCOM) += ufs-qcom.o
4 # This code is based on drivers/scsi/ufs/Kconfig48 <file:Documentation/scsi/ufs.txt>.
95 obj-$(CONFIG_UFS_FS) += ufs/
222 source "fs/ufs/Kconfig"
41 ufs
109 ufs.txt
678 ufs_refclk_out: ufs-refclk-out {685 ufs_rst_n: ufs-rst-n {
110 obj-$(CONFIG_SCSI_UFSHCD) += ufs/
540 source "drivers/scsi/ufs/Kconfig"
413 int ufs = (usecs / 125); in tt_available() local415 for (i = uframe; i < (uframe + ufs) && i < 8; i++) in tt_available()
10984 F: Documentation/filesystems/ufs.txt10985 F: fs/ufs/11034 F: Documentation/scsi/ufs.txt11035 F: drivers/scsi/ufs/
3047 D: petty kernel janitor (byteorder, ufs)