Searched refs:ufs (Results 1 – 18 of 18) sorted by relevance
473 struct ovl_fs *ufs = sb->s_fs_info; in ovl_put_super() local476 dput(ufs->workdir); in ovl_put_super()477 mntput(ufs->upper_mnt); in ovl_put_super()478 for (i = 0; i < ufs->numlower; i++) in ovl_put_super()479 mntput(ufs->lower_mnt[i]); in ovl_put_super()480 kfree(ufs->lower_mnt); in ovl_put_super()482 kfree(ufs->config.lowerdir); in ovl_put_super()483 kfree(ufs->config.upperdir); in ovl_put_super()484 kfree(ufs->config.workdir); in ovl_put_super()485 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.
40 obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o41 obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-20nm.o42 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>.
7 - compatible : compatible list, contains "jedec,ufs-1.1"40 compatible = "jedec,ufs-1.1";
95 obj-$(CONFIG_UFS_FS) += ufs/
219 source "fs/ufs/Kconfig"
41 ufs
109 ufs.txt
109 obj-$(CONFIG_SCSI_UFSHCD) += ufs/
545 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()
10177 F: Documentation/filesystems/ufs.txt10178 F: fs/ufs/10227 F: Documentation/scsi/ufs.txt10228 F: drivers/scsi/ufs/
3035 D: petty kernel janitor (byteorder, ufs)