Home
last modified time | relevance | path

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

/linux-6.12.1/fs/erofs/
Dinode.c227 inode->i_op = &erofs_fast_symlink_iops; in erofs_fill_inode()
362 const struct inode_operations erofs_fast_symlink_iops = { variable
Dinternal.h391 extern const struct inode_operations erofs_fast_symlink_iops;
Dsuper.c106 if (inode->i_op == &erofs_fast_symlink_iops) in erofs_free_inode()