Lines Matching defs:handler
549 struct file *handler = NULL;
569 handler = hmdfs_get_or_create_dents(sbi, file_name);
570 if (IS_ERR_OR_NULL(handler)) {
575 group_num = get_dentry_group_cnt(file_inode(handler));
578 hmdfs_metainfo_read(sbi, handler, dentry_group,
617 fput(handler);
1339 * @filp: the file handler of the tmpfile
1343 * Return value: the new file handler of the persistent file if the
1344 * persistent operation succeed. Otherwise will return the original handler
1346 * the returned handler.