Searched refs:udf (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/fs/udf/ |
D | Makefile | 5 obj-$(CONFIG_UDF_FS) += udf.o 7 udf-objs := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
|
D | Kconfig | 8 Please read <file:Documentation/filesystems/udf.txt>. 11 module will be called udf.
|
D | namei.c | 1266 return udf_nfs_get_inode(sb, fid->udf.block, fid->udf.partref, in udf_fh_to_dentry() 1267 fid->udf.generation); in udf_fh_to_dentry() 1276 return udf_nfs_get_inode(sb, fid->udf.parent_block, in udf_fh_to_parent() 1277 fid->udf.parent_partref, in udf_fh_to_parent() 1278 fid->udf.parent_generation); in udf_fh_to_parent() 1298 fid->udf.block = location.logicalBlockNum; in udf_encode_fh() 1299 fid->udf.partref = location.partitionReferenceNum; in udf_encode_fh() 1300 fid->udf.generation = inode->i_generation; in udf_encode_fh() 1306 fid->udf.parent_block = location.logicalBlockNum; in udf_encode_fh() 1307 fid->udf.parent_partref = location.partitionReferenceNum; in udf_encode_fh() [all …]
|
/linux-2.6.39/Documentation/cdrom/ |
D | packet-writing.txt | 10 Download from http://sourceforge.net/projects/linux-udf/ 20 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 35 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 49 # mount /dev/hdc /cdrom -t udf -o rw,noatime 62 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 104 # mount -t udf -o rw,noatime /dev/pktcdvd/dev_name /dvdram
|
/linux-2.6.39/Documentation/filesystems/ |
D | udf.txt | 2 * Documentation/filesystems/udf.txt 11 dvd+rw drives and media support true random sector writes, and so a udf 76 http://linux-udf.sourceforge.net/
|
D | 00-INDEX | 109 udf.txt
|
/linux-2.6.39/include/linux/ |
D | exportfs.h | 103 } udf; member
|
/linux-2.6.39/fs/ |
D | Makefile | 108 obj-$(CONFIG_UDF_FS) += udf/
|
D | Kconfig | 92 source "fs/udf/Kconfig"
|
/linux-2.6.39/Documentation/ |
D | highuid.txt | 45 udf
|
/linux-2.6.39/Documentation/ioctl/ |
D | ioctl-number.txt | 230 <http://sourceforge.net/projects/linux-udf/>
|
/linux-2.6.39/ |
D | MAINTAINERS | 6283 W: http://linux-udf.sourceforge.net 6285 F: Documentation/filesystems/udf.txt 6286 F: fs/udf/
|