Searched refs:DXD_EXTENT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_types.h107 #define DXD_EXTENT 0x20 /* out-of-line single extent */ macro
H A Dnamei.c52 if (ea->flag & DXD_EXTENT) {
413 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) {
420 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) {
663 if (JFS_IP(ip)->ea.flag & DXD_EXTENT)
670 if (JFS_IP(ip)->acl.flag & DXD_EXTENT)
723 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) {
744 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) {
H A Dxattr.c302 ea->flag = DXD_EXTENT;
484 if (!(ji->ea.flag & DXD_EXTENT)) {
534 ea_buf->new_ea.flag = DXD_EXTENT;
638 if (ji->ea.flag & DXD_EXTENT) {
645 if (ea_buf->new_ea.flag & DXD_EXTENT) {
H A Djfs_txnmgr.c2188 if (newea->flag & DXD_EXTENT) {
2207 if (!test_cflag(COMMIT_Nolink, ip) && oldea->flag & DXD_EXTENT) {

Completed in 228 milliseconds