Home
last modified time | relevance | path

Searched refs:truncate (Results 1 – 25 of 57) sorted by relevance

123

/linux-2.4.37.9/fs/reiserfs/
Dsuper.c125 int truncate; in finish_unfinished() local
158 truncate = 1; in finish_unfinished()
160 truncate = 0; in finish_unfinished()
181 if (!truncate && inode->i_nlink) { in finish_unfinished()
189 if (truncate && S_ISDIR (inode->i_mode) ) { in finish_unfinished()
196 truncate = 0; in finish_unfinished()
201 if (truncate) { in finish_unfinished()
208 remove_save_link (inode, truncate); in finish_unfinished()
233 struct inode * inode, int truncate) in add_save_link() argument
242 RFALSE( truncate && in add_save_link()
[all …]
Dfile.c143 truncate: reiserfs_vfs_truncate_file,
/linux-2.4.37.9/fs/ufs/
Dfile.c53 truncate: ufs_truncate,
DMakefile13 namei.o super.o symlink.o truncate.o util.o
/linux-2.4.37.9/fs/qnx4/
Dfile.c41 truncate: qnx4_truncate,
DMakefile12 obj-y := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
/linux-2.4.37.9/fs/ext2/
Dfile.c53 truncate: ext2_truncate,
/linux-2.4.37.9/fs/udf/
DMakefile13 partition.o super.o truncate.o symlink.o fsync.o \
Dfile.c374 truncate: udf_truncate,
/linux-2.4.37.9/fs/sysv/
Dfile.c32 truncate: sysv_truncate,
/linux-2.4.37.9/fs/minix/
Dfile.c27 truncate: minix_truncate,
Ditree_v1.c57 truncate(inode); in V1_minix_truncate()
Ditree_v2.c62 truncate(inode); in V2_minix_truncate()
Ditree_common.c293 static inline void truncate (struct inode * inode) in truncate() function
/linux-2.4.37.9/arch/m68k/fpsp040/
Dround.S57 bra truncate
84 bmi truncate |if positive then truncate
105 | Always truncate.
108 bra truncate
119 bcc truncate |if (g=1) then
205 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit
247 andil #0xfffff800,LOCAL_LO(%a0) |truncate bits beyond dbl limit
261 truncate: label
/linux-2.4.37.9/fs/affs/
DChanges90 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
107 - truncate() zeroes the unused remainder of a
168 up if a file was enlarged via truncate() and there
244 - truncate() didn't allocate an extension block
246 truncate(), this led to an Oops.
/linux-2.4.37.9/fs/ext3/
Dfile.c125 truncate: ext3_truncate, /* BKL held */
/linux-2.4.37.9/fs/jfs/
Dfile.c100 .truncate = jfs_truncate,
/linux-2.4.37.9/fs/isofs/
Drock.c169 int retnamlen = 0, truncate=0; in get_rock_ridge_filename() local
199 if (truncate) break; in get_rock_ridge_filename()
217 truncate = 1; in get_rock_ridge_filename()
/linux-2.4.37.9/fs/fat/
Dfile.c35 truncate: fat_truncate,
/linux-2.4.37.9/Documentation/
Dmandatory.txt131 write(), readv(), writev(), open(), creat(), mmap(), truncate() and
132 ftruncate(). truncate() and ftruncate() are considered to be "write" actions
136 for the total number of bytes read or written. For the truncate calls it is
Ddnotify.txt16 DN_MODIFY A file in the directory was modified (write,truncate)
/linux-2.4.37.9/include/linux/
Dsmb_fs.h178 int (*truncate)(struct inode *inode, loff_t length); member
/linux-2.4.37.9/Documentation/filesystems/
DLocking43 void (*truncate) (struct inode *);
66 truncate: yes yes no (see below)
81 ->truncate() is never called directly - it's a callback, not a
/linux-2.4.37.9/fs/hfs/
Dfile.c43 truncate: hfs_file_truncate,

123