Home
last modified time | relevance | path

Searched refs:mnt (Results 1 – 4 of 4) sorted by relevance

/drivers/base/
A Ddevtmpfs.c64 static struct vfsmount *mnt; variable
79 struct super_block *sb = mnt->mnt_sb; in devtmpfs_get_tree()
457 fc = fs_context_for_reconfigure(mnt->mnt_root, mnt->mnt_sb->s_flags, in devtmpfs_configure_context()
484 mnt = vfs_kern_mount(&internal_fs_type, 0, "devtmpfs", opts); in devtmpfs_init()
485 if (IS_ERR(mnt)) { in devtmpfs_init()
486 pr_err("unable to create devtmpfs %ld\n", PTR_ERR(mnt)); in devtmpfs_init()
487 return PTR_ERR(mnt); in devtmpfs_init()
/drivers/tty/
A Dpty.c619 path.mnt = devpts_mntget(master, tty->driver_data); in ptm_open_peer()
620 if (IS_ERR(path.mnt)) { in ptm_open_peer()
621 retval = PTR_ERR(path.mnt); in ptm_open_peer()
627 mntput(path.mnt); in ptm_open_peer()
/drivers/scsi/aacraid/
A Daachba.c656 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) && in _aac_probe_container2()
657 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) { in _aac_probe_container2()
659 dresp->mnt[0].fileinfo.bdevinfo.block_size = 0x200; in _aac_probe_container2()
663 le32_to_cpu(dresp->mnt[0].fileinfo.bdevinfo.block_size); in _aac_probe_container2()
667 dresp->mnt[0].fileinfo.bdevinfo in _aac_probe_container2()
671 if (dresp->mnt[0].state & cpu_to_le32(FSCS_NOT_READY)) in _aac_probe_container2()
675 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol); in _aac_probe_container2()
677 = ((u64)le32_to_cpu(dresp->mnt[0].capacity)) + in _aac_probe_container2()
678 (((u64)le32_to_cpu(dresp->mnt[0].capacityhigh)) << 32); in _aac_probe_container2()
702 dresp->mnt[0].capacityhigh = 0; in _aac_probe_container1()
[all …]
A Daacraid.h2260 struct aac_mntent mnt[1]; member

Completed in 27 milliseconds