Searched refs:UDF_I (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dudf_i.h5 static inline struct udf_inode_info *UDF_I(struct inode *inode) function
10 #define UDF_I_LOCATION(X) ( UDF_I(X)->i_location )
11 #define UDF_I_LENEATTR(X) ( UDF_I(X)->i_lenEAttr )
12 #define UDF_I_LENALLOC(X) ( UDF_I(X)->i_lenAlloc )
13 #define UDF_I_LENEXTENTS(X) ( UDF_I(X)->i_lenExtents )
14 #define UDF_I_UNIQUE(X) ( UDF_I(X)->i_unique )
15 #define UDF_I_ALLOCTYPE(X) ( UDF_I(X)->i_alloc_type )
16 #define UDF_I_EFE(X) ( UDF_I(X)->i_efe )
17 #define UDF_I_USE(X) ( UDF_I(X)->i_use )
18 #define UDF_I_STRAT4096(X) ( UDF_I(
[all...]
H A Dsuper.c130 kmem_cache_free(udf_inode_cachep, UDF_I(inode));

Completed in 46 milliseconds