Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dinode.c236 inode->i_op = &erofs_fast_symlink_iops; in erofs_fill_symlink()
390 const struct inode_operations erofs_fast_symlink_iops = { variable
H A Dinternal.h389 extern const struct inode_operations erofs_fast_symlink_iops;
H A Dsuper.c102 if (inode->i_op == &erofs_fast_symlink_iops) in erofs_free_inode()