Lines Matching defs:handler
550 struct file *handler = NULL;
570 handler = hmdfs_get_or_create_dents(sbi, file_name);
571 if (IS_ERR_OR_NULL(handler)) {
576 group_num = get_dentry_group_cnt(file_inode(handler));
579 hmdfs_metainfo_read(sbi, handler, dentry_group,
618 fput(handler);
1340 * @filp: the file handler of the tmpfile
1344 * Return value: the new file handler of the persistent file if the
1345 * persistent operation succeed. Otherwise will return the original handler
1347 * the returned handler.