Searched refs:mnt (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_disk.h | 165 struct vfsmount *mnt));
|
/drivers/base/ |
D | devtmpfs.c | 311 struct path p = {.mnt = parent.mnt, .dentry = dentry}; in handle_remove()
|
/drivers/scsi/aacraid/ |
D | aachba.c | 617 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) && in _aac_probe_container2() 618 (le32_to_cpu(dresp->mnt[0].state) != FSCS_HIDDEN)) { in _aac_probe_container2() 621 dresp->mnt[0].fileinfo.bdevinfo.block_size = 0x200; in _aac_probe_container2() 625 le32_to_cpu(dresp->mnt[0].fileinfo.bdevinfo.block_size); in _aac_probe_container2() 629 if (dresp->mnt[0].state & cpu_to_le32(FSCS_NOT_READY)) in _aac_probe_container2() 633 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol); in _aac_probe_container2() 635 = ((u64)le32_to_cpu(dresp->mnt[0].capacity)) + in _aac_probe_container2() 636 (((u64)le32_to_cpu(dresp->mnt[0].capacityhigh)) << 32); in _aac_probe_container2() 637 fsa_dev_ptr->ro = ((le32_to_cpu(dresp->mnt[0].state) & FSCS_READONLY) != 0); in _aac_probe_container2() 661 dresp->mnt[0].capacityhigh = 0; in _aac_probe_container1() [all …]
|
D | aacraid.h | 1828 struct aac_mntent mnt[1]; member
|
/drivers/staging/lustre/ |
D | README.txt | 27 mount -t lustre mgs:/fsname mnt
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_internal.h | 778 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat); 817 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt);
|
D | file.c | 1065 const struct vfsmount *mnt = file->f_path.mnt; in file_is_noatime() local 1078 if (mnt->mnt_flags & (MNT_NOATIME | MNT_READONLY)) in file_is_noatime() 1081 if ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)) in file_is_noatime() 3056 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat) in ll_getattr() argument
|
D | llite_lib.c | 148 struct vfsmount *mnt) in client_common_fill_super() argument 863 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt) in ll_fill_super() argument 943 err = client_common_fill_super(sb, md, dt, mnt); in ll_fill_super()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 52 struct vfsmount *mnt); 1178 struct vfsmount *mnt)) in lustre_register_client_fill_super() argument
|