Searched refs:file_id_str (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 391 const char *file_id_str, bool incomplete_file) in notify_create() argument 417 if (file_id_str) { in notify_create() 426 file = incfs_lookup_dentry(dir, file_id_str); in notify_create() 446 file = incfs_lookup_dentry(dir, file_id_str); in notify_create() 470 char *file_id_str = NULL; in ioctl_create_file() local 506 file_id_str = file_id_to_str(args.file_id); in ioctl_create_file() 507 if (!file_id_str) { in ioctl_create_file() 556 file_id_str); in ioctl_create_file() 573 index_file_dentry = incfs_lookup_dentry(mi->mi_index_dir, file_id_str); in ioctl_create_file() 611 file_id_str, strlen(file_id_str), XATTR_CREATE); in ioctl_create_file() [all …]
|
| H A D | vfs.c | 617 static void notify_unlink(struct dentry *dentry, const char *file_id_str, in notify_unlink() argument 644 file = incfs_lookup_dentry(dir, file_id_str); in notify_unlink() 670 char *file_id_str = NULL; in maybe_delete_incomplete_file() local 695 file_id_str = file_id_to_str(df->df_id); in maybe_delete_incomplete_file() 696 if (!file_id_str) in maybe_delete_incomplete_file() 701 file_id_str); in maybe_delete_incomplete_file() 717 notify_unlink(f->f_path.dentry, file_id_str, INCFS_INCOMPLETE_NAME); in maybe_delete_incomplete_file() 721 kfree(file_id_str); in maybe_delete_incomplete_file() 1107 char file_id_str[2 * sizeof(incfs_uuid_t) + 1] = {0}; in file_delete() local 1117 file_id_str, 2 * sizeof(incfs_uuid_t)); in file_delete() [all …]
|
| H A D | data_mgmt.c | 223 char *file_id_str; in handle_mapped_file() local 230 file_id_str = file_id_to_str(df->df_id); in handle_mapped_file() 231 if (!file_id_str) in handle_mapped_file() 235 file_id_str); in handle_mapped_file() 236 kfree(file_id_str); in handle_mapped_file()
|