Home
last modified time | relevance | path

Searched refs:si_len (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs/
H A Dnamei.c405 int err = 0, fn_len, si_len; in __ntfs_create() local
529 si_len = offsetof(struct standard_information, file_attributes) + in __ntfs_create()
531 si = kzalloc(si_len, GFP_NOFS); in __ntfs_create()
545 si_len); in __ntfs_create()