Searched refs:cf_bytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h513 u64 cf_bytes; member in struct:cifs_fattr
H A Dreaddir.c161 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);
184 fattr->cf_bytes = le32_to_cpu(info->AllocationSize);
H A Dinode.c166 inode->i_blocks = (512 - 1 + fattr->cf_bytes) >> 9;
191 fattr->cf_bytes = le64_to_cpu(info->NumOfBytes);
485 fattr->cf_bytes = le64_to_cpu(info->AllocationSize);

Completed in 96 milliseconds