Searched refs:truncate (Results 1 – 16 of 16) sorted by relevance
/fs/reiserfs/ |
D | super.c | 205 int truncate; in finish_unfinished() local 275 truncate = 1; in finish_unfinished() 277 truncate = 0; in finish_unfinished() 301 if (!truncate && inode->i_nlink) { in finish_unfinished() 313 if (truncate && S_ISDIR(inode->i_mode)) { in finish_unfinished() 326 truncate = 0; in finish_unfinished() 331 if (truncate) { in finish_unfinished() 344 retval = remove_save_link(inode, truncate); in finish_unfinished() 396 struct inode *inode, int truncate) in add_save_link() argument 407 RFALSE(truncate && in add_save_link() [all …]
|
D | reiserfs.h | 2950 struct inode *inode, int truncate); 2951 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/ufs/ |
D | Makefile | 8 namei.o super.o symlink.o truncate.o util.o
|
/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 | 293 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 | 82 uint32_t truncate; member
|
D | callback_xdr.c | 222 args->truncate = ntohl(*p); in decode_recall_args()
|
D | nfs4proc.c | 2469 bool truncate; in _nfs4_do_setattr() local 2479 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false; in _nfs4_do_setattr() 2480 fmode = truncate ? FMODE_WRITE : FMODE_READ; in _nfs4_do_setattr() 2484 } else if (truncate && state != NULL) { in _nfs4_do_setattr()
|
/fs/hostfs/ |
D | hostfs_user.c | 233 } else if (truncate(file, attrs->ia_size)) { in set_attr()
|
/fs/ |
D | open.c | 147 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument 153 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
|
/fs/xfs/ |
D | xfs_inode.c | 1848 int truncate = 0; in xfs_inactive() local 1881 truncate = 1; in xfs_inactive() 1889 else if (truncate) in xfs_inactive()
|
/fs/btrfs/ |
D | relocation.c | 3441 goto truncate; 3454 truncate:
|