Searched refs:ALLOCATE_DEF (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | attrib.c | 279 ALLOCATE_DEF, &alen, 0, NULL, in attr_make_nonresident() 577 is_mft ? ALLOCATE_MFT : ALLOCATE_DEF, &alen, in attr_set_size() 1064 zero ? ALLOCATE_ZERO : ALLOCATE_DEF, &alen, in attr_data_get_block() 1724 ALLOCATE_DEF, &alen, 0, NULL, in attr_allocate_frame()
|
H A D | ntfs_fs.h | 133 ALLOCATE_DEF = 0, // Allocate all clusters. enumerator
|
H A D | inode.c | 1575 clst, NULL, ALLOCATE_DEF, in ntfs_create_inode()
|
H A D | index.c | 1447 err = attr_allocate_clusters(sbi, &run, 0, 0, len, NULL, ALLOCATE_DEF, in indx_create_allocate()
|