Searched refs:sysfile_type (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ | 
| D | inode.h | 131 			 int sysfile_type);
 | 
| D | inode.c | 124 			 int sysfile_type)  in ocfs2_iget()  argument133 			       sysfile_type);  in ocfs2_iget()
 147 	args.fi_sysfile_type = sysfile_type;  in ocfs2_iget()
 
 | 
| D | ocfs2_trace.h | 1479 	TP_PROTO(unsigned long long ino, unsigned int flags, int sysfile_type),1480 	TP_ARGS(ino, flags, sysfile_type),
 1484 		__field(int, sysfile_type)
 1489 		__entry->sysfile_type = sysfile_type;
 1492 		  __entry->flags, __entry->sysfile_type)
 
 | 
| D | alloc.c | 6387 				    int sysfile_type,  in ocfs2_free_cached_blocks()  argument6398 	inode = ocfs2_get_system_file_inode(osb, sysfile_type, slot);  in ocfs2_free_cached_blocks()
 
 |