Searched refs:truncate (Results 1 – 15 of 15) sorted by relevance
/fs/reiserfs/ |
D | super.c | 223 int truncate; in finish_unfinished() local 295 truncate = 1; in finish_unfinished() 297 truncate = 0; in finish_unfinished() 321 if (!truncate && inode->i_nlink) { in finish_unfinished() 333 if (truncate && S_ISDIR(inode->i_mode)) { in finish_unfinished() 346 truncate = 0; in finish_unfinished() 351 if (truncate) { in finish_unfinished() 364 retval = remove_save_link(inode, truncate); in finish_unfinished() 416 struct inode *inode, int truncate) in add_save_link() argument 427 RFALSE(truncate && in add_save_link() [all …]
|
D | reiserfs.h | 2953 struct inode *inode, int truncate); 2954 int remove_save_link(struct inode *inode, int truncate);
|
/fs/affs/ |
D | Changes | 95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>] 112 - truncate() zeroes the unused remainder of a 173 up if a file was enlarged via truncate() and there 249 - truncate() didn't allocate an extension block 251 truncate(), this led to an Oops.
|
/fs/udf/ |
D | Makefile | 8 partition.o super.o truncate.o symlink.o \
|
/fs/minix/ |
D | itree_v1.c | 61 truncate(inode); in V1_minix_truncate()
|
D | itree_v2.c | 70 truncate(inode); in V2_minix_truncate()
|
D | itree_common.c | 299 static inline void truncate (struct inode * inode) in truncate() function
|
/fs/isofs/ |
D | rock.c | 204 int truncate = 0; in get_rock_ridge_filename() local 253 if (truncate) in get_rock_ridge_filename() 274 truncate = 1; in get_rock_ridge_filename()
|
/fs/nfs/ |
D | callback.h | 80 uint32_t truncate; member
|
D | callback_xdr.c | 222 args->truncate = ntohl(*p); in decode_recall_args()
|
D | nfs4proc.c | 2682 bool truncate; in _nfs4_do_setattr() local 2692 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false; in _nfs4_do_setattr() 2693 fmode = truncate ? FMODE_WRITE : FMODE_READ; in _nfs4_do_setattr() 2697 } else if (truncate && state != NULL) { in _nfs4_do_setattr()
|
/fs/hostfs/ |
D | hostfs_user.c | 228 } else if (truncate(file, attrs->ia_size)) { in set_attr()
|
/fs/ |
D | open.c | 149 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument 155 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|
/fs/xfs/ |
D | xfs_inode.c | 1873 int truncate = 0; in xfs_inactive() local 1906 truncate = 1; in xfs_inactive() 1914 else if (truncate) in xfs_inactive()
|
/fs/btrfs/ |
D | relocation.c | 3479 goto truncate; 3492 truncate:
|