Searched defs:mnt (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_compat25.h48 static inline void ll_set_fs_pwd(struct fs_struct *fs, struct vfsmount *mnt, argument
54 path.mnt = mnt;
101 #define ll_vfs_rmdir(dir, entry, mnt) vfs_rmdir(dir, entry)
102 #define ll_vfs_mkdir(inode, dir, mnt, mode) vfs_mkdir(inode, dir, mode)
103 #define ll_vfs_link(old, mnt, dir, new, mnt1) vfs_link(old, dir, new)
104 #define ll_vfs_unlink(inode, entry, mnt) vfs_unlink(inode, entry)
105 #define ll_vfs_mknod(dir, entry, mnt, mode, dev) \
107 #define ll_security_inode_unlink(dir, entry, mnt) \
109 #define ll_vfs_rename(old, old_dir, mnt, ne
[all...]
/drivers/mtd/
H A Dmtdchar.c63 static struct vfsmount *mnt; variable in typeref:struct:vfsmount
81 ret = simple_pin_fs(&mtd_inodefs_type, &mnt, &count);
98 mtd_ino = iget_locked(mnt->mnt_sb, devnum);
134 simple_release_fs(&mnt, &count);
156 simple_release_fs(&mnt, &count);
/drivers/staging/lustre/lustre/obdclass/
H A Dobd_mount.c57 struct vfsmount *mnt);
990 * e.g. mount -v -t lustre -o abort_recov uml1:uml2:/lustre-client /mnt/lustre
1276 struct vfsmount *mnt))
1275 lustre_register_client_fill_super(int (*cfs)(struct super_block *sb, struct vfsmount *mnt)) argument
/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c154 struct vfsmount *mnt)
982 int ll_fill_super(struct super_block *sb, struct vfsmount *mnt) argument
1067 err = client_common_fill_super(sb, md, dt, mnt);
2408 p.mnt = current->fs->root.mnt;
153 client_common_fill_super(struct super_block *sb, char *md, char *dt, struct vfsmount *mnt) argument
H A Dfile.c1067 const struct vfsmount *mnt = file->f_path.mnt; local
1080 if (mnt->mnt_flags & (MNT_NOATIME | MNT_READONLY))
1083 if ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))
3025 int ll_getattr(struct vfsmount *mnt, struct dentry *de, struct kstat *stat) argument
/drivers/scsi/aacraid/
H A Daacraid.h1719 struct aac_mntent mnt[1]; member in struct:aac_mount

Completed in 181 milliseconds