HomeSort by relevance Sort by last modified time
    Searched refs:mnt (Results 1 - 12 of 12) sorted by null

  /external/kernel-headers/original/linux/
mount.h 59 static inline struct vfsmount *mntget(struct vfsmount *mnt)
61 if (mnt)
62 atomic_inc(&mnt->mnt_count);
63 return mnt;
66 extern void mntput_no_expire(struct vfsmount *mnt);
67 extern void mnt_pin(struct vfsmount *mnt);
68 extern void mnt_unpin(struct vfsmount *mnt);
70 static inline void mntput(struct vfsmount *mnt)
72 if (mnt) {
73 mnt->mnt_expiry_mark = 0
    [all...]
fs.h     [all...]
msdos_fs.h 419 extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
  /device/htc/passion-common/
vold.fstab 17 dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
  /device/samsung/crespo/
vold.fstab 15 dev_mount sdcard /mnt/sdcard 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0
  /system/core/rootdir/etc/
vold.fstab 17 dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
  /external/genext2fs/
test-mount.sh 12 umount mnt 2>/dev/null || true
13 rm -rf mnt fout lsout
40 mkdir -p mnt
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
42 if (! [ -f mnt/file.$size ]) || \
43 [ $size != "`ls -al mnt | grep file.$size |
60 mkdir -p mnt
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
62 [ -d mnt/dev ] || fail
69 ls -aln mnt/dev |
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 46 struct mntent *mnt; local
67 while ((mnt = getmntent (f)) != NULL) {
68 if (strcmp(file, mnt->mnt_fsname) == 0)
70 if (stat(mnt->mnt_fsname, &st_buf) == 0) {
84 if (mnt == 0) {
111 if (stat(mnt->mnt_dir, &st_buf) < 0) {
116 mtab_file, mnt->mnt_dir);
125 mtab_file, file, mnt->mnt_dir);
134 if (hasmntopt(mnt, MNTOPT_RO))
139 strncpy(mtpt, mnt->mnt_dir, mtlen)
    [all...]
  /external/kernel-headers/original/linux/nfsd/
export.h 90 struct vfsmount *mnt,
94 struct vfsmount *mnt,
  /external/libffi/src/
closures.c 264 struct mntent mnt; local
267 if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)))
270 if (hasmntopt (&mnt, "ro")
271 || hasmntopt (&mnt, "noexec")
272 || access (mnt.mnt_dir, W_OK))
275 fd = open_temp_exec_file_dir (mnt.mnt_dir);
  /external/grub/util/
mkbimage 189 mkdir ${image}.mnt
190 mount -t $fs /dev/loop1 ${image}.mnt
191 cp -a ${image}1/* ${image}.mnt/ && sync
192 umount ${image}.mnt
193 rmdir ${image}.mnt
  /external/yaffs2/yaffs2/
yaffs_fs.c     [all...]

Completed in 131 milliseconds