/linux-2.4.37.9/fs/reiserfs/ |
D | super.c | 125 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 …]
|
D | file.c | 143 truncate: reiserfs_vfs_truncate_file,
|
/linux-2.4.37.9/fs/ufs/ |
D | file.c | 53 truncate: ufs_truncate,
|
D | Makefile | 13 namei.o super.o symlink.o truncate.o util.o
|
/linux-2.4.37.9/fs/qnx4/ |
D | file.c | 41 truncate: qnx4_truncate,
|
D | Makefile | 12 obj-y := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
|
/linux-2.4.37.9/fs/ext2/ |
D | file.c | 53 truncate: ext2_truncate,
|
/linux-2.4.37.9/fs/udf/ |
D | Makefile | 13 partition.o super.o truncate.o symlink.o fsync.o \
|
D | file.c | 374 truncate: udf_truncate,
|
/linux-2.4.37.9/fs/sysv/ |
D | file.c | 32 truncate: sysv_truncate,
|
/linux-2.4.37.9/fs/minix/ |
D | file.c | 27 truncate: minix_truncate,
|
D | itree_v1.c | 57 truncate(inode); in V1_minix_truncate()
|
D | itree_v2.c | 62 truncate(inode); in V2_minix_truncate()
|
D | itree_common.c | 293 static inline void truncate (struct inode * inode) in truncate() function
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | round.S | 57 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/ |
D | Changes | 90 - 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/ |
D | file.c | 125 truncate: ext3_truncate, /* BKL held */
|
/linux-2.4.37.9/fs/jfs/ |
D | file.c | 100 .truncate = jfs_truncate,
|
/linux-2.4.37.9/fs/isofs/ |
D | rock.c | 169 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/ |
D | file.c | 35 truncate: fat_truncate,
|
/linux-2.4.37.9/Documentation/ |
D | mandatory.txt | 131 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
|
D | dnotify.txt | 16 DN_MODIFY A file in the directory was modified (write,truncate)
|
/linux-2.4.37.9/include/linux/ |
D | smb_fs.h | 178 int (*truncate)(struct inode *inode, loff_t length); member
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | Locking | 43 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/ |
D | file.c | 43 truncate: hfs_file_truncate,
|